COLOR #C5DBC7

HEX: #C5DBC7
RGB: (197,219,199)

Color info

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

RGB color model

#C5DBC7 color RGB value is (197,219,199).

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

RGB channels and saturation

R 197 of 255 = 77%
G 219 of 255 = 86%
B 199 of 255 = 78%

197
219
199

R + G + B ~ 80%. #C5DBC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 219 + 199 = 615 (100%)
R 197 of 615 ~ 32.03%
G 219 of 615 ~ 35.61%
B 199 of 615 ~ 32.36%

%32.03
%35.61
%32.36

CMYK color model

#C5DBC7 color CMYK value is (10,0,9,14).

  • cyan value is 10.05%
  • magenta value is 0.00%
  • yellow value is 9.13%
  • key color value is 14.12%
CMYK:
(10,0,9,14)
C10M0Y9K14 
(10%,0%,9%,14%)
(0.10/0.00/0.09/0.14)	

CMYK percentages

%10.05
%0
%9.13
%14.12

Codes

Color #C5DBC7 in popluar color models

C5DBC7
RGB197219199
HSL125°23.40%81.57%
HSB/HSV125°10.05%85.88%
CMYK10.05%0.00%9.13%
14.12%

Color #C5DBC7 in popluar number systems.

HEXC5DBC7
Decimal197219199
Binary110001011101101111000111
Octal305333307

Shades and tints

Shades of #C5DBC7

#C5DBC7
(197,219,199)
#B4C8B5
(180,200,181)
#A3B5A3
(163,181,163)
#92A291
(146,162,145)
#818F7F
(129,143,127)
#707C6D
(112,124,109)
#5F695B
(95,105,91)
#4E5649
(78,86,73)
#3D4337
(61,67,55)
#2C3025
(44,48,37)
#1B1D13
(27,29,19)
#000000
(0,0,0)

Tints of #C5DBC7

#C5DBC7
(197,219,199)
#CADECC
(202,222,204)
#CFE1D1
(207,225,209)
#D4E4D6
(212,228,214)
#D9E7DB
(217,231,219)
#DEEAE0
(222,234,224)
#E3EDE5
(227,237,229)
#E8F0EA
(232,240,234)
#EDF3EF
(237,243,239)
#F2F6F4
(242,246,244)
#F7F9F9
(247,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5DBC7; }

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

This text font color is #C5DBC7.


Background Color

.myBgColor { background-color: #C5DBC7; }

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

This div background color is #C5DBC7.


Border color

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

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

This div border color is #C5DBC7.


Opacity

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

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

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

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

This text has shadow with #C5DBC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5DBC7 on black background.


Color preview on white background

This text has color #C5DBC7 on white background.



Black color preview on #C5DBC7 background

This text has black color on #C5DBC7 background.


White color preview on #C5DBC7 background

This text has white color on #C5DBC7 background.