COLOR #C5D2AE

HEX: #C5D2AE
RGB: (197,210,174)

Color info

#C5D2AE contains red, green and blue colors in about the same proportion. Web safe color of #C5D2AE is #CCCC99 (or #CC9).

RGB color model

#C5D2AE color RGB value is (197,210,174).

  • red value is 197;
  • green value is 210;
  • blue value is 174.
RGB: (197,210,174) (77%,82%,68%)

RGB channels and saturation

R 197 of 255 = 77%
G 210 of 255 = 82%
B 174 of 255 = 68%

197
210
174

R + G + B ~ 76%. #C5D2AE is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 210 + 174 = 581 (100%)
R 197 of 581 ~ 33.91%
G 210 of 581 ~ 36.14%
B 174 of 581 ~ 29.95%

%33.91
%36.14
%29.95

CMYK color model

#C5D2AE color CMYK value is (6,0,17,18).

  • cyan value is 6.19%
  • magenta value is 0.00%
  • yellow value is 17.14%
  • key color value is 17.65%
CMYK: (6,0,17,18) C6M0Y17K18 (6%,0%,17%,18%) (0.06/0.00/0.17/0.18)

CMYK percentages

%6.19
%0
%17.14
%17.65

Codes

Color #C5D2AE in popluar color models

C5D2AE
RGB197210174
HSL82°28.57%75.29%
HSB/HSV82°17.14%82.35%
CMYK6.19%0.00%17.14%
17.65%

Color #C5D2AE in popluar number systems.

HEXC5D2AE
Decimal197210174
Binary110001011101001010101110
Octal305322256

Shades and tints

Shades of #C5D2AE

#C5D2AE
(197,210,174)
#B4BF9F
(180,191,159)
#A3AC90
(163,172,144)
#929981
(146,153,129)
#818672
(129,134,114)
#707363
(112,115,99)
#5F6054
(95,96,84)
#4E4D45
(78,77,69)
#3D3A36
(61,58,54)
#2C2727
(44,39,39)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5D2AE

#C5D2AE
(197,210,174)
#CAD6B5
(202,214,181)
#CFDABC
(207,218,188)
#D4DEC3
(212,222,195)
#D9E2CA
(217,226,202)
#DEE6D1
(222,230,209)
#E3EAD8
(227,234,216)
#E8EEDF
(232,238,223)
#EDF2E6
(237,242,230)
#F2F6ED
(242,246,237)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5D2AE; }

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

This text font color is #C5D2AE.


Background Color

.myBgColor { background-color: #C5D2AE; }

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

This div background color is #C5D2AE.


Border color

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

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

This div border color is #C5D2AE.


Opacity

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

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

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

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

This text has shadow with #C5D2AE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5D2AE on black background.


Color preview on white background

This text has color #C5D2AE on white background.



Black color preview on #C5D2AE background

This text has black color on #C5D2AE background.


White color preview on #C5D2AE background

This text has white color on #C5D2AE background.