COLOR #C7DBE4

HEX: #C7DBE4
RGB: (199,219,228)

Color info

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

RGB color model

#C7DBE4 color RGB value is (199,219,228).

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

RGB channels and saturation

R 199 of 255 = 78%
G 219 of 255 = 86%
B 228 of 255 = 89%

199
219
228

R + G + B ~ 84%. #C7DBE4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 219 + 228 = 646 (100%)
R 199 of 646 ~ 30.8%
G 219 of 646 ~ 33.9%
B 228 of 646 ~ 35.29%

%30.8
%33.9
%35.29

CMYK color model

#C7DBE4 color CMYK value is (13,4,0,11).

  • cyan value is 12.72%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%
CMYK:
(13,4,0,11)
C13M4Y0K11 
(13%,4%,0%,11%)
(0.13/0.04/0.00/0.11)	

CMYK percentages

%12.72
%3.95
%0
%10.59

Codes

Color #C7DBE4 in popluar color models

C7DBE4
RGB199219228
HSL199°34.94%83.73%
HSB/HSV199°12.72%89.41%
CMYK12.72%3.95%0.00%
10.59%

Color #C7DBE4 in popluar number systems.

HEXC7DBE4
Decimal199219228
Binary110001111101101111100100
Octal307333344

Shades and tints

Shades of #C7DBE4

#C7DBE4
(199,219,228)
#B5C8D0
(181,200,208)
#A3B5BC
(163,181,188)
#91A2A8
(145,162,168)
#7F8F94
(127,143,148)
#6D7C80
(109,124,128)
#5B696C
(91,105,108)
#495658
(73,86,88)
#374344
(55,67,68)
#253030
(37,48,48)
#131D1C
(19,29,28)
#000000
(0,0,0)

Tints of #C7DBE4

#C7DBE4
(199,219,228)
#CCDEE6
(204,222,230)
#D1E1E8
(209,225,232)
#D6E4EA
(214,228,234)
#DBE7EC
(219,231,236)
#E0EAEE
(224,234,238)
#E5EDF0
(229,237,240)
#EAF0F2
(234,240,242)
#EFF3F4
(239,243,244)
#F4F6F6
(244,246,246)
#F9F9F8
(249,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7DBE4; }

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

This text font color is #C7DBE4.


Background Color

.myBgColor { background-color: #C7DBE4; }

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

This div background color is #C7DBE4.


Border color

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

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

This div border color is #C7DBE4.


Opacity

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

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

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

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

This text has shadow with #C7DBE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7DBE4 on black background.


Color preview on white background

This text has color #C7DBE4 on white background.



Black color preview on #C7DBE4 background

This text has black color on #C7DBE4 background.


White color preview on #C7DBE4 background

This text has white color on #C7DBE4 background.