COLOR #C5CDB7

HEX: #C5CDB7 RGB: (197,205,183)

Color info

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

RGB color model

#C5CDB7 color RGB value is (197,205,183).

RGB: (197,205,183) (77%, 80%, 72%)

RGB channels and saturation

R 197 of 255 = 77%
G 205 of 255 = 80%
B 183 of 255 = 72%

197
205
183

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

Portions of RGB colors in percentages

R + G + B = 197 + 205 + 183 = 585 (100%)
R 197 of 585 ~ 33.68%
G 205 of 585 ~ 35.04%
B 183 of 585 ~ 31.28'%

%33.68
%35.04
%31.28

CMYK color model

#C5CDB7 color CMYK value is (4,0,11,20).

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

CMYK: (4,0,11,20)
C4M0Y11K20 (4%, 0%, 11%, 20%)
(0.04 / 0.00 / 0.11 / 0.20)

CMYK percentages

%3.9
%0
%10.73
%19.61

Codes

Color #C5CDB7 in popluar color models

C5 CD B7
RGB 197 205 183
HSL 82° 18.03% 76.08%
HSB/HSV 82° 10.73% 80.39%
CMYK 3.90% 0.00% 10.73%
19.61%

Color #C5CDB7 in popluar number systems.

HEX C5 CD B7
Decimal 197 205 183
Binary 11000101 11001101 10110111
Octal 305 315 267

Shades and tints

Shades of #C5CDB7

#C5CDB7
(197,205,183)
#B4BBA7
(180,187,167)
#A3A997
(163,169,151)
#929787
(146,151,135)
#818577
(129,133,119)
#707367
(112,115,103)
#5F6157
(95,97,87)
#4E4F47
(78,79,71)
#3D3D37
(61,61,55)
#2C2B27
(44,43,39)
#1B1917
(27,25,23)
#000000
(0,0,0)

Tints of #C5CDB7

#C5CDB7
(197,205,183)
#CAD1BD
(202,209,189)
#CFD5C3
(207,213,195)
#D4D9C9
(212,217,201)
#D9DDCF
(217,221,207)
#DEE1D5
(222,225,213)
#E3E5DB
(227,229,219)
#E8E9E1
(232,233,225)
#EDEDE7
(237,237,231)
#F2F1ED
(242,241,237)
#F7F5F3
(247,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5CDB7; }

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

This text font color is #C5CDB7.

Background Color

.myBgColor { background-color: #C5CDB7; }

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

This div background color is #C5CDB7.

Border color

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

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

This div border color is #C5CDB7.

Opacity

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

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

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

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

This text has shadow with #C5CDB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5CDB7.

Preview

Color preview on black background

This text has color #C5CDB7 on black background.


Color preview on white background

This text has color #C5CDB7 on white background.


Black color preview on #C5CDB7 background

This text has black color on #C5CDB7 background.


White color preview on #C5CDB7 background

This text has white color on #C5CDB7 background.


Related colors

Complementary color

Complementary color for #hex is #3A3248.


I love getcolorcode.com

Triadic colors

1 #B7C5CD and #CDB7C5 with #C5CDB7 are triadic colors.

2 #B7CDC5 and #CDC5B7 with #C5CDB7 are triadic colors.