COLOR #C7E3AE

HEX: #C7E3AE
RGB: (199,227,174)

Renk bilgisi

#C7E3AE contains red, green and blue colors in about the same proportion. #C7E3AE ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#C7E3AE color RGB value is (199,227,174).

  • kırmız ton 199;
  • yeşil ton 227;
  • mavi ton 174.
RGB:
(199,227,174)
(78%,89%,68%)

RGB bağlantıları ve doygunluk

R 199 of 255 = 78%
G 227 of 255 = 89%
B 174 of 255 = 68%

199
227
174

R + G + B ~ 78%. #C7E3AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
199 + 227 + 174 = 600 (100%)
R 199 of 600 ~ 33.17%
G 227 of 600 ~ 37.83%
B 174 of 600 ~ 29%

%33.17
%37.83
%29

CMYK RENK MODELİ

#C7E3AE rengi CMYK tonu (12,0,23,11).

  • camgöbeği tonu 12.33%
  • eflatun tonu 0.00%
  • sarı tonu 23.35%
  • ana renk tonu 10.98%
CMYK:
(12,0,23,11)
C12M0Y23K11 
(12%,0%,23%,11%)
(0.12/0.00/0.23/0.11)	

CMYK yüzdeleri

%12.33
%0
%23.35
%10.98

Codes

Color #C7E3AE in popluar color models

C7E3AE
RGB199227174
HSL92°48.62%78.63%
HSB/HSV92°23.35%89.02%
CMYK12.33%0.00%23.35%
10.98%

Color #C7E3AE in popluar number systems.

HEXC7E3AE
Decimal199227174
Binary110001111110001110101110
Octal307343256

Shades and tints

Shades of #C7E3AE

#C7E3AE
(199,227,174)
#B5CF9F
(181,207,159)
#A3BB90
(163,187,144)
#91A781
(145,167,129)
#7F9372
(127,147,114)
#6D7F63
(109,127,99)
#5B6B54
(91,107,84)
#495745
(73,87,69)
#374336
(55,67,54)
#252F27
(37,47,39)
#131B18
(19,27,24)
#000000
(0,0,0)

Tints of #C7E3AE

#C7E3AE
(199,227,174)
#CCE5B5
(204,229,181)
#D1E7BC
(209,231,188)
#D6E9C3
(214,233,195)
#DBEBCA
(219,235,202)
#E0EDD1
(224,237,209)
#E5EFD8
(229,239,216)
#EAF1DF
(234,241,223)
#EFF3E6
(239,243,230)
#F4F5ED
(244,245,237)
#F9F7F4
(249,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7E3AE color. Also use rgb(199,227,174) instead hex code.

Text Font Color

.myTextColor { color: #C7E3AE; }

<p style="color:#C7E3AE">This sample text font color is #C7E3AE.</p>

This text font color is #C7E3AE.


Background Color

.myBgColor { background-color: #C7E3AE; }

<div style="background-color:#C7E3AE">Inner text</div>

This div background color is #C7E3AE.


Border color

.myBorderColor { border: 1px solid #C7E3AE; }

<div style="border:3px solid #C7E3AE">Div</div>

This div border color is #C7E3AE.


Opacity

.myOpacity80 { color: #C7E3AE; opacity: 0.8; }

<p style="color:#C7E3AE;opacity:0.8;">80%</p>

Text with #C7E3AE color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C7E3AE;}

<p style="text-shadow: 3px 3px 1px #C7E3AE">Text here.</p>

This text has shadow with #C7E3AE color.

.textShadow {text-shadow: 3px 3px 1px #C7E3AE, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C7E3AE, 5px 5px 20px red">Text here.</p>

This text has shadow with #C7E3AE primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C7E3AE, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C7E3AE, Direction=45, Strength=4)">Text</p>

This text has shadow with #C7E3AE and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C7E3AE;
  -webkit-box-shadow:	1px 1px 3px 2px #C7E3AE;
  box-shadow:		1px 1px 3px 2px #C7E3AE;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C7E3AE;
-webkit-box-shadow: 1px 1px 3px 2px #C7E3AE;
box-shadow:1px 1px 3px 2px #C7E3AE;">
Div content here</div>
This div box has shadow with color #C7E3AE.

Preview

Color preview on black background

This text has color #C7E3AE on black background.


Color preview on white background

This text has color #C7E3AE on white background.



Black color preview on #C7E3AE background

This text has black color on #C7E3AE background.


White color preview on #C7E3AE background

This text has white color on #C7E3AE background.