COLOR #C5E3AC

HEX: #C5E3AC
RGB: (197,227,172)

Renk bilgisi

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

RGB renk modeli

#C5E3AC color RGB value is (197,227,172).

  • kırmız ton 197;
  • yeşil ton 227;
  • mavi ton 172.
RGB:
(197,227,172)
(77%,89%,67%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 227 of 255 = 89%
B 172 of 255 = 67%

197
227
172

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

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 227 + 172 = 596 (100%)
R 197 of 596 ~ 33.05%
G 227 of 596 ~ 38.09%
B 172 of 596 ~ 28.86%

%33.05
%38.09
%28.86

CMYK RENK MODELİ

#C5E3AC rengi CMYK tonu (13,0,24,11).

  • camgöbeği tonu 13.22%
  • eflatun tonu 0.00%
  • sarı tonu 24.23%
  • ana renk tonu 10.98%
CMYK:
(13,0,24,11)
C13M0Y24K11 
(13%,0%,24%,11%)
(0.13/0.00/0.24/0.11)	

CMYK yüzdeleri

%13.22
%0
%24.23
%10.98

Codes

Color #C5E3AC in popluar color models

C5E3AC
RGB197227172
HSL93°49.55%78.24%
HSB/HSV93°24.23%89.02%
CMYK13.22%0.00%24.23%
10.98%

Color #C5E3AC in popluar number systems.

HEXC5E3AC
Decimal197227172
Binary110001011110001110101100
Octal305343254

Shades and tints

Shades of #C5E3AC

#C5E3AC
(197,227,172)
#B4CF9D
(180,207,157)
#A3BB8E
(163,187,142)
#92A77F
(146,167,127)
#819370
(129,147,112)
#707F61
(112,127,97)
#5F6B52
(95,107,82)
#4E5743
(78,87,67)
#3D4334
(61,67,52)
#2C2F25
(44,47,37)
#1B1B16
(27,27,22)
#000000
(0,0,0)

Tints of #C5E3AC

#C5E3AC
(197,227,172)
#CAE5B3
(202,229,179)
#CFE7BA
(207,231,186)
#D4E9C1
(212,233,193)
#D9EBC8
(217,235,200)
#DEEDCF
(222,237,207)
#E3EFD6
(227,239,214)
#E8F1DD
(232,241,221)
#EDF3E4
(237,243,228)
#F2F5EB
(242,245,235)
#F7F7F2
(247,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5E3AC color. Also use rgb(197,227,172) instead hex code.

Text Font Color

.myTextColor { color: #C5E3AC; }

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

This text font color is #C5E3AC.


Background Color

.myBgColor { background-color: #C5E3AC; }

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

This div background color is #C5E3AC.


Border color

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

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

This div border color is #C5E3AC.


Opacity

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

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

Text with #C5E3AC 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 #C5E3AC;}

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

This text has shadow with #C5E3AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5E3AC on black background.


Color preview on white background

This text has color #C5E3AC on white background.



Black color preview on #C5E3AC background

This text has black color on #C5E3AC background.


White color preview on #C5E3AC background

This text has white color on #C5E3AC background.