COLOR #C4DBE4

HEX: #C4DBE4 RGB: (196,219,228)

Color info

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

RGB color model

#C4DBE4 color RGB value is (196,219,228).

RGB: (196,219,228) (77%, 86%, 89%)

RGB channels and saturation

R 196 of 255 = 77%
G 219 of 255 = 86%
B 228 of 255 = 89%

196
219
228

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

Portions of RGB colors in percentages

R + G + B = 196 + 219 + 228 = 643 (100%)
R 196 of 643 ~ 30.48%
G 219 of 643 ~ 34.06%
B 228 of 643 ~ 35.46'%

%30.48
%34.06
%35.46

CMYK color model

#C4DBE4 color CMYK value is (14,4,0,11).

  • cyan value is 14.04%
  • magenta value is 3.95%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (14,4,0,11)
C14M4Y0K11 (14%, 4%, 0%, 11%)
(0.14 / 0.04 / 0.00 / 0.11)

CMYK percentages

%14.04
%3.95
%0
%10.59

Codes

Color #C4DBE4 in popluar color models

C4 DB E4
RGB 196 219 228
HSL 197° 37.21% 83.14%
HSB/HSV 197° 14.04% 89.41%
CMYK 14.04% 3.95% 0.00%
10.59%

Color #C4DBE4 in popluar number systems.

HEX C4 DB E4
Decimal 196 219 228
Binary 11000100 11011011 11100100
Octal 304 333 344

Shades and tints

Shades of #C4DBE4

#C4DBE4
(196,219,228)
#B3C8D0
(179,200,208)
#A2B5BC
(162,181,188)
#91A2A8
(145,162,168)
#808F94
(128,143,148)
#6F7C80
(111,124,128)
#5E696C
(94,105,108)
#4D5658
(77,86,88)
#3C4344
(60,67,68)
#2B3030
(43,48,48)
#1A1D1C
(26,29,28)
#000000
(0,0,0)

Tints of #C4DBE4

#C4DBE4
(196,219,228)
#C9DEE6
(201,222,230)
#CEE1E8
(206,225,232)
#D3E4EA
(211,228,234)
#D8E7EC
(216,231,236)
#DDEAEE
(221,234,238)
#E2EDF0
(226,237,240)
#E7F0F2
(231,240,242)
#ECF3F4
(236,243,244)
#F1F6F6
(241,246,246)
#F6F9F8
(246,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DBE4; }

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

This text font color is #C4DBE4.

Background Color

.myBgColor { background-color: #C4DBE4; }

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

This div background color is #C4DBE4.

Border color

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

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

This div border color is #C4DBE4.

Opacity

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

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

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

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

This text has shadow with #C4DBE4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DBE4.

Preview

Color preview on black background

This text has color #C4DBE4 on black background.


Color preview on white background

This text has color #C4DBE4 on white background.


Black color preview on #C4DBE4 background

This text has black color on #C4DBE4 background.


White color preview on #C4DBE4 background

This text has white color on #C4DBE4 background.


Related colors

Complementary color

Complementary color for #hex is #3B241B.


I love getcolorcode.com

Triadic colors

1 #E4C4DB and #DBE4C4 with #C4DBE4 are triadic colors.

2 #E4DBC4 and #DBC4E4 with #C4DBE4 are triadic colors.