COLOR #C4DBD7

HEX: #C4DBD7
RGB: (196,219,215)

Color info

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

RGB color model

#C4DBD7 color RGB value is (196,219,215).

  • red value is 196;
  • green value is 219;
  • blue value is 215.
RGB:
(196,219,215)
(77%,86%,84%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 215 of 255 = 84%

196
219
215

R + G + B ~ 82%. #C4DBD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 219 + 215 = 630 (100%)
R 196 of 630 ~ 31.11%
G 219 of 630 ~ 34.76%
B 215 of 630 ~ 34.13%

%31.11
%34.76
%34.13

CMYK color model

#C4DBD7 color CMYK value is (11,0,2,14).

  • cyan value is 10.50%
  • magenta value is 0.00%
  • yellow value is 1.83%
  • key color value is 14.12%
CMYK:
(11,0,2,14)
C11M0Y2K14 
(11%,0%,2%,14%)
(0.11/0.00/0.02/0.14)	

CMYK percentages

%10.5
%0
%1.83
%14.12

Codes

Color #C4DBD7 in popluar color models

C4DBD7
RGB196219215
HSL170°24.21%81.37%
HSB/HSV170°10.50%85.88%
CMYK10.50%0.00%1.83%
14.12%

Color #C4DBD7 in popluar number systems.

HEXC4DBD7
Decimal196219215
Binary110001001101101111010111
Octal304333327

Shades and tints

Shades of #C4DBD7

#C4DBD7
(196,219,215)
#B3C8C4
(179,200,196)
#A2B5B1
(162,181,177)
#91A29E
(145,162,158)
#808F8B
(128,143,139)
#6F7C78
(111,124,120)
#5E6965
(94,105,101)
#4D5652
(77,86,82)
#3C433F
(60,67,63)
#2B302C
(43,48,44)
#1A1D19
(26,29,25)
#000000
(0,0,0)

Tints of #C4DBD7

#C4DBD7
(196,219,215)
#C9DEDA
(201,222,218)
#CEE1DD
(206,225,221)
#D3E4E0
(211,228,224)
#D8E7E3
(216,231,227)
#DDEAE6
(221,234,230)
#E2EDE9
(226,237,233)
#E7F0EC
(231,240,236)
#ECF3EF
(236,243,239)
#F1F6F2
(241,246,242)
#F6F9F5
(246,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DBD7 color. Also use rgb(196,219,215) instead hex code.

Text Font Color

.myTextColor { color: #C4DBD7; }

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

This text font color is #C4DBD7.


Background Color

.myBgColor { background-color: #C4DBD7; }

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

This div background color is #C4DBD7.


Border color

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

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

This div border color is #C4DBD7.


Opacity

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

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

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

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

This text has shadow with #C4DBD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DBD7 on black background.


Color preview on white background

This text has color #C4DBD7 on white background.



Black color preview on #C4DBD7 background

This text has black color on #C4DBD7 background.


White color preview on #C4DBD7 background

This text has white color on #C4DBD7 background.