COLOR #C4D8F3

HEX: #C4D8F3 RGB: (196,216,243)

Color info

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

RGB color model

#C4D8F3 color RGB value is (196,216,243).

RGB: (196,216,243) (77%, 85%, 95%)

RGB channels and saturation

R 196 of 255 = 77%
G 216 of 255 = 85%
B 243 of 255 = 95%

196
216
243

R + G + B ~ 86%. #C4D8F3 is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 216 + 243 = 655 (100%)
R 196 of 655 ~ 29.92%
G 216 of 655 ~ 32.98%
B 243 of 655 ~ 37.1'%

%29.92
%32.98
%37.1

CMYK color model

#C4D8F3 color CMYK value is (19,11,0,5).

  • cyan value is 19.34%
  • magenta value is 11.11%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (19,11,0,5)
C19M11Y0K5 (19%, 11%, 0%, 5%)
(0.19 / 0.11 / 0.00 / 0.05)

CMYK percentages

%19.34
%11.11
%0
%4.71

Codes

Color #C4D8F3 in popluar color models

C4 D8 F3
RGB 196 216 243
HSL 214° 66.20% 86.08%
HSB/HSV 214° 19.34% 95.29%
CMYK 19.34% 11.11% 0.00%
4.71%

Color #C4D8F3 in popluar number systems.

HEX C4 D8 F3
Decimal 196 216 243
Binary 11000100 11011000 11110011
Octal 304 330 363

Shades and tints

Shades of #C4D8F3

#C4D8F3
(196,216,243)
#B3C5DD
(179,197,221)
#A2B2C7
(162,178,199)
#919FB1
(145,159,177)
#808C9B
(128,140,155)
#6F7985
(111,121,133)
#5E666F
(94,102,111)
#4D5359
(77,83,89)
#3C4043
(60,64,67)
#2B2D2D
(43,45,45)
#1A1A17
(26,26,23)
#000000
(0,0,0)

Tints of #C4D8F3

#C4D8F3
(196,216,243)
#C9DBF4
(201,219,244)
#CEDEF5
(206,222,245)
#D3E1F6
(211,225,246)
#D8E4F7
(216,228,247)
#DDE7F8
(221,231,248)
#E2EAF9
(226,234,249)
#E7EDFA
(231,237,250)
#ECF0FB
(236,240,251)
#F1F3FC
(241,243,252)
#F6F6FD
(246,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4D8F3 color. Also use rgb(196,216,243) instead hex code.

Text Font Color

.myTextColor { color: #C4D8F3; }

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

This text font color is #C4D8F3.

Background Color

.myBgColor { background-color: #C4D8F3; }

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

This div background color is #C4D8F3.

Border color

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

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

This div border color is #C4D8F3.

Opacity

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

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

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

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

This text has shadow with #C4D8F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4D8F3.

Preview

Color preview on black background

This text has color #C4D8F3 on black background.


Color preview on white background

This text has color #C4D8F3 on white background.


Black color preview on #C4D8F3 background

This text has black color on #C4D8F3 background.


White color preview on #C4D8F3 background

This text has white color on #C4D8F3 background.


Related colors

Complementary color

Complementary color for #hex is #3B270C.


I love getcolorcode.com

Triadic colors

1 #F3C4D8 and #D8F3C4 with #C4D8F3 are triadic colors.

2 #F3D8C4 and #D8C4F3 with #C4D8F3 are triadic colors.