COLOR #C7DBD5

HEX: #C7DBD5
RGB: (199,219,213)

Color info

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

RGB color model

#C7DBD5 color RGB value is (199,219,213).

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

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 213 of 255 = 84%

199
219
213

R + G + B ~ 83%. #C7DBD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 213 = 631 (100%)
R 199 of 631 ~ 31.54%
G 219 of 631 ~ 34.71%
B 213 of 631 ~ 33.76%

%31.54
%34.71
%33.76

CMYK color model

#C7DBD5 color CMYK value is (9,0,3,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 2.74%
  • key color value is 14.12%
CMYK:
(9,0,3,14)
C9M0Y3K14 
(9%,0%,3%,14%)
(0.09/0.00/0.03/0.14)	

CMYK percentages

%9.13
%0
%2.74
%14.12

Codes

Color #C7DBD5 in popluar color models

C7DBD5
RGB199219213
HSL162°21.74%81.96%
HSB/HSV162°9.13%85.88%
CMYK9.13%0.00%2.74%
14.12%

Color #C7DBD5 in popluar number systems.

HEXC7DBD5
Decimal199219213
Binary110001111101101111010101
Octal307333325

Shades and tints

Shades of #C7DBD5

#C7DBD5
(199,219,213)
#B5C8C2
(181,200,194)
#A3B5AF
(163,181,175)
#91A29C
(145,162,156)
#7F8F89
(127,143,137)
#6D7C76
(109,124,118)
#5B6963
(91,105,99)
#495650
(73,86,80)
#37433D
(55,67,61)
#25302A
(37,48,42)
#131D17
(19,29,23)
#000000
(0,0,0)

Tints of #C7DBD5

#C7DBD5
(199,219,213)
#CCDED8
(204,222,216)
#D1E1DB
(209,225,219)
#D6E4DE
(214,228,222)
#DBE7E1
(219,231,225)
#E0EAE4
(224,234,228)
#E5EDE7
(229,237,231)
#EAF0EA
(234,240,234)
#EFF3ED
(239,243,237)
#F4F6F0
(244,246,240)
#F9F9F3
(249,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBD5; }

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

This text font color is #C7DBD5.


Background Color

.myBgColor { background-color: #C7DBD5; }

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

This div background color is #C7DBD5.


Border color

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

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

This div border color is #C7DBD5.


Opacity

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

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

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

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

This text has shadow with #C7DBD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBD5 on black background.


Color preview on white background

This text has color #C7DBD5 on white background.



Black color preview on #C7DBD5 background

This text has black color on #C7DBD5 background.


White color preview on #C7DBD5 background

This text has white color on #C7DBD5 background.