COLOR #C5DCB8

HEX: #C5DCB8
RGB: (197,220,184)

Color info

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

RGB color model

#C5DCB8 color RGB value is (197,220,184).

  • red value is 197;
  • green value is 220;
  • blue value is 184.
RGB:
(197,220,184)
(77%,86%,72%)

RGB channels and saturation

R 197 of 255 = 77%
G 220 of 255 = 86%
B 184 of 255 = 72%

197
220
184

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

Portions of RGB colors in percentages

R + G + B =
197 + 220 + 184 = 601 (100%)
R 197 of 601 ~ 32.78%
G 220 of 601 ~ 36.61%
B 184 of 601 ~ 30.62%

%32.78
%36.61
%30.62

CMYK color model

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

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

CMYK percentages

%10.45
%0
%16.36
%13.73

Codes

Color #C5DCB8 in popluar color models

C5DCB8
RGB197220184
HSL98°33.96%79.22%
HSB/HSV98°16.36%86.27%
CMYK10.45%0.00%16.36%
13.73%

Color #C5DCB8 in popluar number systems.

HEXC5DCB8
Decimal197220184
Binary110001011101110010111000
Octal305334270

Shades and tints

Shades of #C5DCB8

#C5DCB8
(197,220,184)
#B4C8A8
(180,200,168)
#A3B498
(163,180,152)
#92A088
(146,160,136)
#818C78
(129,140,120)
#707868
(112,120,104)
#5F6458
(95,100,88)
#4E5048
(78,80,72)
#3D3C38
(61,60,56)
#2C2828
(44,40,40)
#1B1418
(27,20,24)
#000000
(0,0,0)

Tints of #C5DCB8

#C5DCB8
(197,220,184)
#CADFBE
(202,223,190)
#CFE2C4
(207,226,196)
#D4E5CA
(212,229,202)
#D9E8D0
(217,232,208)
#DEEBD6
(222,235,214)
#E3EEDC
(227,238,220)
#E8F1E2
(232,241,226)
#EDF4E8
(237,244,232)
#F2F7EE
(242,247,238)
#F7FAF4
(247,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5DCB8 color. Also use rgb(197,220,184) instead hex code.

Text Font Color

.myTextColor { color: #C5DCB8; }

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

This text font color is #C5DCB8.


Background Color

.myBgColor { background-color: #C5DCB8; }

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

This div background color is #C5DCB8.


Border color

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

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

This div border color is #C5DCB8.


Opacity

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

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

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

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

This text has shadow with #C5DCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DCB8 on black background.


Color preview on white background

This text has color #C5DCB8 on white background.



Black color preview on #C5DCB8 background

This text has black color on #C5DCB8 background.


White color preview on #C5DCB8 background

This text has white color on #C5DCB8 background.