COLOR #C5DBB5

HEX: #C5DBB5
RGB: (197,219,181)

Color info

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

RGB color model

#C5DBB5 color RGB value is (197,219,181).

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

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 181 of 255 = 71%

197
219
181

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

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 181 = 597 (100%)
R 197 of 597 ~ 33%
G 219 of 597 ~ 36.68%
B 181 of 597 ~ 30.32%

%33
%36.68
%30.32

CMYK color model

#C5DBB5 color CMYK value is (10,0,17,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 17.35%
  • key color value is 14.12%
CMYK:
(10,0,17,14)
C10M0Y17K14 
(10%,0%,17%,14%)
(0.10/0.00/0.17/0.14)	

CMYK percentages

%10.05
%0
%17.35
%14.12

Codes

Color #C5DBB5 in popluar color models

C5DBB5
RGB197219181
HSL95°34.55%78.43%
HSB/HSV95°17.35%85.88%
CMYK10.05%0.00%17.35%
14.12%

Color #C5DBB5 in popluar number systems.

HEXC5DBB5
Decimal197219181
Binary110001011101101110110101
Octal305333265

Shades and tints

Shades of #C5DBB5

#C5DBB5
(197,219,181)
#B4C8A5
(180,200,165)
#A3B595
(163,181,149)
#92A285
(146,162,133)
#818F75
(129,143,117)
#707C65
(112,124,101)
#5F6955
(95,105,85)
#4E5645
(78,86,69)
#3D4335
(61,67,53)
#2C3025
(44,48,37)
#1B1D15
(27,29,21)
#000000
(0,0,0)

Tints of #C5DBB5

#C5DBB5
(197,219,181)
#CADEBB
(202,222,187)
#CFE1C1
(207,225,193)
#D4E4C7
(212,228,199)
#D9E7CD
(217,231,205)
#DEEAD3
(222,234,211)
#E3EDD9
(227,237,217)
#E8F0DF
(232,240,223)
#EDF3E5
(237,243,229)
#F2F6EB
(242,246,235)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBB5; }

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

This text font color is #C5DBB5.


Background Color

.myBgColor { background-color: #C5DBB5; }

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

This div background color is #C5DBB5.


Border color

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

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

This div border color is #C5DBB5.


Opacity

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

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

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

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

This text has shadow with #C5DBB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBB5 on black background.


Color preview on white background

This text has color #C5DBB5 on white background.



Black color preview on #C5DBB5 background

This text has black color on #C5DBB5 background.


White color preview on #C5DBB5 background

This text has white color on #C5DBB5 background.