COLOR #C8DBF6

HEX: #C8DBF6 RGB: (200,219,246)

Color info

#C8DBF6 contains red, green and blue colors in about the same proportion. Web safe color of #C8DBF6 is #CCCCFF (or #CCF).

RGB color model

#C8DBF6 color RGB value is (200,219,246).

RGB: (200,219,246) (78%, 86%, 96%)

RGB channels and saturation

R 200 of 255 = 78%
G 219 of 255 = 86%
B 246 of 255 = 96%

200
219
246

R + G + B ~ 87%. #C8DBF6 is light color.

Portions of RGB colors in percentages

R + G + B = 200 + 219 + 246 = 665 (100%)
R 200 of 665 ~ 30.08%
G 219 of 665 ~ 32.93%
B 246 of 665 ~ 36.99'%

%30.08
%32.93
%36.99

CMYK color model

#C8DBF6 color CMYK value is (19,11,0,4).

  • cyan value is 18.70%
  • magenta value is 10.98%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (19,11,0,4)
C19M11Y0K4 (19%, 11%, 0%, 4%)
(0.19 / 0.11 / 0.00 / 0.04)

CMYK percentages

%18.7
%10.98
%0
%3.53

Codes

Color #C8DBF6 in popluar color models

C8 DB F6
RGB 200 219 246
HSL 215° 71.88% 87.45%
HSB/HSV 215° 18.70% 96.47%
CMYK 18.70% 10.98% 0.00%
3.53%

Color #C8DBF6 in popluar number systems.

HEX C8 DB F6
Decimal 200 219 246
Binary 11001000 11011011 11110110
Octal 310 333 366

Shades and tints

Shades of #C8DBF6

#C8DBF6
(200,219,246)
#B6C8E0
(182,200,224)
#A4B5CA
(164,181,202)
#92A2B4
(146,162,180)
#808F9E
(128,143,158)
#6E7C88
(110,124,136)
#5C6972
(92,105,114)
#4A565C
(74,86,92)
#384346
(56,67,70)
#263030
(38,48,48)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #C8DBF6

#C8DBF6
(200,219,246)
#CDDEF6
(205,222,246)
#D2E1F6
(210,225,246)
#D7E4F6
(215,228,246)
#DCE7F6
(220,231,246)
#E1EAF6
(225,234,246)
#E6EDF6
(230,237,246)
#EBF0F6
(235,240,246)
#F0F3F6
(240,243,246)
#F5F6F6
(245,246,246)
#FAF9F6
(250,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8DBF6 color. Also use rgb(200,219,246) instead hex code.

Text Font Color

.myTextColor { color: #C8DBF6; }

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

This text font color is #C8DBF6.

Background Color

.myBgColor { background-color: #C8DBF6; }

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

This div background color is #C8DBF6.

Border color

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

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

This div border color is #C8DBF6.

Opacity

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

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

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

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

This text has shadow with #C8DBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8DBF6.

Preview

Color preview on black background

This text has color #C8DBF6 on black background.


Color preview on white background

This text has color #C8DBF6 on white background.


Black color preview on #C8DBF6 background

This text has black color on #C8DBF6 background.


White color preview on #C8DBF6 background

This text has white color on #C8DBF6 background.


Related colors

Complementary color

Complementary color for #hex is #372409.


I love getcolorcode.com

Triadic colors

1 #F6C8DB and #DBF6C8 with #C8DBF6 are triadic colors.

2 #F6DBC8 and #DBC8F6 with #C8DBF6 are triadic colors.