COLOR #C4DAF3

HEX: #C4DAF3
RGB: (196,218,243)

Color info

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

RGB color model

#C4DAF3 color RGB value is (196,218,243).

  • red value is 196;
  • green value is 218;
  • blue value is 243.
RGB:
(196,218,243)
(77%,85%,95%)

RGB channels and saturation

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

196
218
243

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

Portions of RGB colors in percentages

R + G + B =
196 + 218 + 243 = 657 (100%)
R 196 of 657 ~ 29.83%
G 218 of 657 ~ 33.18%
B 243 of 657 ~ 36.99%

%29.83
%33.18
%36.99

CMYK color model

#C4DAF3 color CMYK value is (19,10,0,5).

  • cyan value is 19.34%
  • magenta value is 10.29%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(19,10,0,5)
C19M10Y0K5 
(19%,10%,0%,5%)
(0.19/0.10/0.00/0.05)	

CMYK percentages

%19.34
%10.29
%0
%4.71

Codes

Color #C4DAF3 in popluar color models

C4DAF3
RGB196218243
HSL212°66.20%86.08%
HSB/HSV212°19.34%95.29%
CMYK19.34%10.29%0.00%
4.71%

Color #C4DAF3 in popluar number systems.

HEXC4DAF3
Decimal196218243
Binary110001001101101011110011
Octal304332363

Shades and tints

Shades of #C4DAF3

#C4DAF3
(196,218,243)
#B3C7DD
(179,199,221)
#A2B4C7
(162,180,199)
#91A1B1
(145,161,177)
#808E9B
(128,142,155)
#6F7B85
(111,123,133)
#5E686F
(94,104,111)
#4D5559
(77,85,89)
#3C4243
(60,66,67)
#2B2F2D
(43,47,45)
#1A1C17
(26,28,23)
#000000
(0,0,0)

Tints of #C4DAF3

#C4DAF3
(196,218,243)
#C9DDF4
(201,221,244)
#CEE0F5
(206,224,245)
#D3E3F6
(211,227,246)
#D8E6F7
(216,230,247)
#DDE9F8
(221,233,248)
#E2ECF9
(226,236,249)
#E7EFFA
(231,239,250)
#ECF2FB
(236,242,251)
#F1F5FC
(241,245,252)
#F6F8FD
(246,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DAF3; }

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

This text font color is #C4DAF3.


Background Color

.myBgColor { background-color: #C4DAF3; }

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

This div background color is #C4DAF3.


Border color

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

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

This div border color is #C4DAF3.


Opacity

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

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

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

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

This text has shadow with #C4DAF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DAF3 on black background.


Color preview on white background

This text has color #C4DAF3 on white background.



Black color preview on #C4DAF3 background

This text has black color on #C4DAF3 background.


White color preview on #C4DAF3 background

This text has white color on #C4DAF3 background.