COLOR #C5D5BB

HEX: #C5D5BB RGB: (197,213,187)

Color info

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

RGB color model

#C5D5BB color RGB value is (197,213,187).

RGB: (197,213,187) (77%, 84%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 213 of 255 = 84%
B 187 of 255 = 73%

197
213
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 213 + 187 = 597 (100%)
R 197 of 597 ~ 33%
G 213 of 597 ~ 35.68%
B 187 of 597 ~ 31.32'%

%33
%35.68
%31.32

CMYK color model

#C5D5BB color CMYK value is (8,0,12,16).

  • cyan value is 7.51%
  • magenta value is 0.00%
  • yellow value is 12.21%
  • key color value is 16.47%

CMYK: (8,0,12,16)
C8M0Y12K16 (8%, 0%, 12%, 16%)
(0.08 / 0.00 / 0.12 / 0.16)

CMYK percentages

%7.51
%0
%12.21
%16.47

Codes

Color #C5D5BB in popluar color models

C5 D5 BB
RGB 197 213 187
HSL 97° 23.64% 78.43%
HSB/HSV 97° 12.21% 83.53%
CMYK 7.51% 0.00% 12.21%
16.47%

Color #C5D5BB in popluar number systems.

HEX C5 D5 BB
Decimal 197 213 187
Binary 11000101 11010101 10111011
Octal 305 325 273

Shades and tints

Shades of #C5D5BB

#C5D5BB
(197,213,187)
#B4C2AA
(180,194,170)
#A3AF99
(163,175,153)
#929C88
(146,156,136)
#818977
(129,137,119)
#707666
(112,118,102)
#5F6355
(95,99,85)
#4E5044
(78,80,68)
#3D3D33
(61,61,51)
#2C2A22
(44,42,34)
#1B1711
(27,23,17)
#000000
(0,0,0)

Tints of #C5D5BB

#C5D5BB
(197,213,187)
#CAD8C1
(202,216,193)
#CFDBC7
(207,219,199)
#D4DECD
(212,222,205)
#D9E1D3
(217,225,211)
#DEE4D9
(222,228,217)
#E3E7DF
(227,231,223)
#E8EAE5
(232,234,229)
#EDEDEB
(237,237,235)
#F2F0F1
(242,240,241)
#F7F3F7
(247,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5D5BB color. Also use rgb(197,213,187) instead hex code.

Text Font Color

.myTextColor { color: #C5D5BB; }

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

This text font color is #C5D5BB.

Background Color

.myBgColor { background-color: #C5D5BB; }

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

This div background color is #C5D5BB.

Border color

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

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

This div border color is #C5D5BB.

Opacity

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

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

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

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

This text has shadow with #C5D5BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5D5BB.

Preview

Color preview on black background

This text has color #C5D5BB on black background.


Color preview on white background

This text has color #C5D5BB on white background.


Black color preview on #C5D5BB background

This text has black color on #C5D5BB background.


White color preview on #C5D5BB background

This text has white color on #C5D5BB background.


Related colors

Complementary color

Complementary color for #hex is #3A2A44.


I love getcolorcode.com

Triadic colors

1 #BBC5D5 and #D5BBC5 with #C5D5BB are triadic colors.

2 #BBD5C5 and #D5C5BB with #C5D5BB are triadic colors.