COLOR #C5DBB9

HEX: #C5DBB9
RGB: (197,219,185)

Color info

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

RGB color model

#C5DBB9 color RGB value is (197,219,185).

  • red value is 197;
  • green value is 219;
  • blue value is 185.
RGB:
(197,219,185)
(77%,86%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 185 of 255 = 73%

197
219
185

R + G + B ~ 79%. #C5DBB9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 185 = 601 (100%)
R 197 of 601 ~ 32.78%
G 219 of 601 ~ 36.44%
B 185 of 601 ~ 30.78%

%32.78
%36.44
%30.78

CMYK color model

#C5DBB9 color CMYK value is (10,0,16,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 15.53%
  • key color value is 14.12%
CMYK:
(10,0,16,14)
C10M0Y16K14 
(10%,0%,16%,14%)
(0.10/0.00/0.16/0.14)	

CMYK percentages

%10.05
%0
%15.53
%14.12

Codes

Color #C5DBB9 in popluar color models

C5DBB9
RGB197219185
HSL99°32.08%79.22%
HSB/HSV99°15.53%85.88%
CMYK10.05%0.00%15.53%
14.12%

Color #C5DBB9 in popluar number systems.

HEXC5DBB9
Decimal197219185
Binary110001011101101110111001
Octal305333271

Shades and tints

Shades of #C5DBB9

#C5DBB9
(197,219,185)
#B4C8A9
(180,200,169)
#A3B599
(163,181,153)
#92A289
(146,162,137)
#818F79
(129,143,121)
#707C69
(112,124,105)
#5F6959
(95,105,89)
#4E5649
(78,86,73)
#3D4339
(61,67,57)
#2C3029
(44,48,41)
#1B1D19
(27,29,25)
#000000
(0,0,0)

Tints of #C5DBB9

#C5DBB9
(197,219,185)
#CADEBF
(202,222,191)
#CFE1C5
(207,225,197)
#D4E4CB
(212,228,203)
#D9E7D1
(217,231,209)
#DEEAD7
(222,234,215)
#E3EDDD
(227,237,221)
#E8F0E3
(232,240,227)
#EDF3E9
(237,243,233)
#F2F6EF
(242,246,239)
#F7F9F5
(247,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DBB9 color. Also use rgb(197,219,185) instead hex code.

Text Font Color

.myTextColor { color: #C5DBB9; }

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

This text font color is #C5DBB9.


Background Color

.myBgColor { background-color: #C5DBB9; }

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

This div background color is #C5DBB9.


Border color

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

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

This div border color is #C5DBB9.


Opacity

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

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

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

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

This text has shadow with #C5DBB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBB9 on black background.


Color preview on white background

This text has color #C5DBB9 on white background.



Black color preview on #C5DBB9 background

This text has black color on #C5DBB9 background.


White color preview on #C5DBB9 background

This text has white color on #C5DBB9 background.