COLOR #C7DBD3

HEX: #C7DBD3
RGB: (199,219,211)

Color info

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

RGB color model

#C7DBD3 color RGB value is (199,219,211).

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

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 211 of 255 = 83%

199
219
211

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

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 211 = 629 (100%)
R 199 of 629 ~ 31.64%
G 219 of 629 ~ 34.82%
B 211 of 629 ~ 33.55%

%31.64
%34.82
%33.55

CMYK color model

#C7DBD3 color CMYK value is (9,0,4,14).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 3.65%
  • key color value is 14.12%
CMYK:
(9,0,4,14)
C9M0Y4K14 
(9%,0%,4%,14%)
(0.09/0.00/0.04/0.14)	

CMYK percentages

%9.13
%0
%3.65
%14.12

Codes

Color #C7DBD3 in popluar color models

C7DBD3
RGB199219211
HSL156°21.74%81.96%
HSB/HSV156°9.13%85.88%
CMYK9.13%0.00%3.65%
14.12%

Color #C7DBD3 in popluar number systems.

HEXC7DBD3
Decimal199219211
Binary110001111101101111010011
Octal307333323

Shades and tints

Shades of #C7DBD3

#C7DBD3
(199,219,211)
#B5C8C0
(181,200,192)
#A3B5AD
(163,181,173)
#91A29A
(145,162,154)
#7F8F87
(127,143,135)
#6D7C74
(109,124,116)
#5B6961
(91,105,97)
#49564E
(73,86,78)
#37433B
(55,67,59)
#253028
(37,48,40)
#131D15
(19,29,21)
#000000
(0,0,0)

Tints of #C7DBD3

#C7DBD3
(199,219,211)
#CCDED7
(204,222,215)
#D1E1DB
(209,225,219)
#D6E4DF
(214,228,223)
#DBE7E3
(219,231,227)
#E0EAE7
(224,234,231)
#E5EDEB
(229,237,235)
#EAF0EF
(234,240,239)
#EFF3F3
(239,243,243)
#F4F6F7
(244,246,247)
#F9F9FB
(249,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBD3; }

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

This text font color is #C7DBD3.


Background Color

.myBgColor { background-color: #C7DBD3; }

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

This div background color is #C7DBD3.


Border color

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

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

This div border color is #C7DBD3.


Opacity

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

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

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

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

This text has shadow with #C7DBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBD3 on black background.


Color preview on white background

This text has color #C7DBD3 on white background.



Black color preview on #C7DBD3 background

This text has black color on #C7DBD3 background.


White color preview on #C7DBD3 background

This text has white color on #C7DBD3 background.