COLOR #C5CDB5

HEX: #C5CDB5 RGB: (197,205,181)

Color info

#C5CDB5 contains red, green and blue colors in about the same proportion. Web safe color of #C5CDB5 is #CCCCCC (or #CCC).

RGB color model

#C5CDB5 color RGB value is (197,205,181).

RGB: (197,205,181) (77%, 80%, 71%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 181 of 255 = 71%

197
205
181

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

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 181 = 583 (100%)
R 197 of 583 ~ 33.79%
G 205 of 583 ~ 35.16%
B 181 of 583 ~ 31.05'%

%33.79
%35.16
%31.05

CMYK color model

#C5CDB5 color CMYK value is (4,0,12,20).

  • cyan value is 3.90%
  • magenta value is 0.00%
  • yellow value is 11.71%
  • key color value is 19.61%

CMYK: (4,0,12,20)
C4M0Y12K20 (4%, 0%, 12%, 20%)
(0.04 / 0.00 / 0.12 / 0.20)

CMYK percentages

%3.9
%0
%11.71
%19.61

Codes

Color #C5CDB5 in popluar color models

C5 CD B5
RGB 197 205 181
HSL 80° 19.35% 75.69%
HSB/HSV 80° 11.71% 80.39%
CMYK 3.90% 0.00% 11.71%
19.61%

Color #C5CDB5 in popluar number systems.

HEX C5 CD B5
Decimal 197 205 181
Binary 11000101 11001101 10110101
Octal 305 315 265

Shades and tints

Shades of #C5CDB5

#C5CDB5
(197,205,181)
#B4BBA5
(180,187,165)
#A3A995
(163,169,149)
#929785
(146,151,133)
#818575
(129,133,117)
#707365
(112,115,101)
#5F6155
(95,97,85)
#4E4F45
(78,79,69)
#3D3D35
(61,61,53)
#2C2B25
(44,43,37)
#1B1915
(27,25,21)
#000000
(0,0,0)

Tints of #C5CDB5

#C5CDB5
(197,205,181)
#CAD1BB
(202,209,187)
#CFD5C1
(207,213,193)
#D4D9C7
(212,217,199)
#D9DDCD
(217,221,205)
#DEE1D3
(222,225,211)
#E3E5D9
(227,229,217)
#E8E9DF
(232,233,223)
#EDEDE5
(237,237,229)
#F2F1EB
(242,241,235)
#F7F5F1
(247,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5CDB5 color. Also use rgb(197,205,181) instead hex code.

Text Font Color

.myTextColor { color: #C5CDB5; }

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

This text font color is #C5CDB5.

Background Color

.myBgColor { background-color: #C5CDB5; }

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

This div background color is #C5CDB5.

Border color

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

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

This div border color is #C5CDB5.

Opacity

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

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

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

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

This text has shadow with #C5CDB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDB5.

Preview

Color preview on black background

This text has color #C5CDB5 on black background.


Color preview on white background

This text has color #C5CDB5 on white background.


Black color preview on #C5CDB5 background

This text has black color on #C5CDB5 background.


White color preview on #C5CDB5 background

This text has white color on #C5CDB5 background.


Related colors

Complementary color

Complementary color for #hex is #3A324A.


I love getcolorcode.com

Triadic colors

1 #B5C5CD and #CDB5C5 with #C5CDB5 are triadic colors.

2 #B5CDC5 and #CDC5B5 with #C5CDB5 are triadic colors.