COLOR #C4DBE8

HEX: #C4DBE8 RGB: (196,219,232)

Color info

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

RGB color model

#C4DBE8 color RGB value is (196,219,232).

RGB: (196,219,232) (77%, 86%, 91%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 232 of 255 = 91%

196
219
232

R + G + B ~ 85%. #C4DBE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 219 + 232 = 647 (100%)
R 196 of 647 ~ 30.29%
G 219 of 647 ~ 33.85%
B 232 of 647 ~ 35.86'%

%30.29
%33.85
%35.86

CMYK color model

#C4DBE8 color CMYK value is (16,6,0,9).

  • cyan value is 15.52%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (16,6,0,9)
C16M6Y0K9 (16%, 6%, 0%, 9%)
(0.16 / 0.06 / 0.00 / 0.09)

CMYK percentages

%15.52
%5.6
%0
%9.02

Codes

Color #C4DBE8 in popluar color models

C4 DB E8
RGB 196 219 232
HSL 202° 43.90% 83.92%
HSB/HSV 202° 15.52% 90.98%
CMYK 15.52% 5.60% 0.00%
9.02%

Color #C4DBE8 in popluar number systems.

HEX C4 DB E8
Decimal 196 219 232
Binary 11000100 11011011 11101000
Octal 304 333 350

Shades and tints

Shades of #C4DBE8

#C4DBE8
(196,219,232)
#B3C8D3
(179,200,211)
#A2B5BE
(162,181,190)
#91A2A9
(145,162,169)
#808F94
(128,143,148)
#6F7C7F
(111,124,127)
#5E696A
(94,105,106)
#4D5655
(77,86,85)
#3C4340
(60,67,64)
#2B302B
(43,48,43)
#1A1D16
(26,29,22)
#000000
(0,0,0)

Tints of #C4DBE8

#C4DBE8
(196,219,232)
#C9DEEA
(201,222,234)
#CEE1EC
(206,225,236)
#D3E4EE
(211,228,238)
#D8E7F0
(216,231,240)
#DDEAF2
(221,234,242)
#E2EDF4
(226,237,244)
#E7F0F6
(231,240,246)
#ECF3F8
(236,243,248)
#F1F6FA
(241,246,250)
#F6F9FC
(246,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DBE8; }

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

This text font color is #C4DBE8.

Background Color

.myBgColor { background-color: #C4DBE8; }

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

This div background color is #C4DBE8.

Border color

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

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

This div border color is #C4DBE8.

Opacity

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

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

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

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

This text has shadow with #C4DBE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DBE8.

Preview

Color preview on black background

This text has color #C4DBE8 on black background.


Color preview on white background

This text has color #C4DBE8 on white background.


Black color preview on #C4DBE8 background

This text has black color on #C4DBE8 background.


White color preview on #C4DBE8 background

This text has white color on #C4DBE8 background.


Related colors

Complementary color

Complementary color for #hex is #3B2417.


I love getcolorcode.com

Triadic colors

1 #E8C4DB and #DBE8C4 with #C4DBE8 are triadic colors.

2 #E8DBC4 and #DBC4E8 with #C4DBE8 are triadic colors.