COLOR #C5D8AE

HEX: #C5D8AE
RGB: (197,216,174)

Renk bilgisi

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

RGB renk modeli

#C5D8AE color RGB value is (197,216,174).

  • kırmız ton 197;
  • yeşil ton 216;
  • mavi ton 174.
RGB:
(197,216,174)
(77%,85%,68%)

RGB bağlantıları ve doygunluk

R 197 of 255 = 77%
G 216 of 255 = 85%
B 174 of 255 = 68%

197
216
174

R + G + B ~ 77%. #C5D8AE is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
197 + 216 + 174 = 587 (100%)
R 197 of 587 ~ 33.56%
G 216 of 587 ~ 36.8%
B 174 of 587 ~ 29.64%

%33.56
%36.8
%29.64

CMYK RENK MODELİ

#C5D8AE rengi CMYK tonu (9,0,19,15).

  • camgöbeği tonu 8.80%
  • eflatun tonu 0.00%
  • sarı tonu 19.44%
  • ana renk tonu 15.29%
CMYK:
(9,0,19,15)
C9M0Y19K15 
(9%,0%,19%,15%)
(0.09/0.00/0.19/0.15)	

CMYK yüzdeleri

%8.8
%0
%19.44
%15.29

Codes

Color #C5D8AE in popluar color models

C5D8AE
RGB197216174
HSL87°35.00%76.47%
HSB/HSV87°19.44%84.71%
CMYK8.80%0.00%19.44%
15.29%

Color #C5D8AE in popluar number systems.

HEXC5D8AE
Decimal197216174
Binary110001011101100010101110
Octal305330256

Shades and tints

Shades of #C5D8AE

#C5D8AE
(197,216,174)
#B4C59F
(180,197,159)
#A3B290
(163,178,144)
#929F81
(146,159,129)
#818C72
(129,140,114)
#707963
(112,121,99)
#5F6654
(95,102,84)
#4E5345
(78,83,69)
#3D4036
(61,64,54)
#2C2D27
(44,45,39)
#1B1A18
(27,26,24)
#000000
(0,0,0)

Tints of #C5D8AE

#C5D8AE
(197,216,174)
#CADBB5
(202,219,181)
#CFDEBC
(207,222,188)
#D4E1C3
(212,225,195)
#D9E4CA
(217,228,202)
#DEE7D1
(222,231,209)
#E3EAD8
(227,234,216)
#E8EDDF
(232,237,223)
#EDF0E6
(237,240,230)
#F2F3ED
(242,243,237)
#F7F6F4
(247,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D8AE color. Also use rgb(197,216,174) instead hex code.

Text Font Color

.myTextColor { color: #C5D8AE; }

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

This text font color is #C5D8AE.


Background Color

.myBgColor { background-color: #C5D8AE; }

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

This div background color is #C5D8AE.


Border color

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

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

This div border color is #C5D8AE.


Opacity

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

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

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

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

This text has shadow with #C5D8AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5D8AE on black background.


Color preview on white background

This text has color #C5D8AE on white background.



Black color preview on #C5D8AE background

This text has black color on #C5D8AE background.


White color preview on #C5D8AE background

This text has white color on #C5D8AE background.