COLOR #C3DEF8

HEX: #C3DEF8
RGB: (195,222,248)

Color info

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

RGB color model

#C3DEF8 color RGB value is (195,222,248).

  • red value is 195;
  • green value is 222;
  • blue value is 248.
RGB:
(195,222,248)
(76%,87%,97%)

RGB channels and saturation

R 195 of 255 = 76%
G 222 of 255 = 87%
B 248 of 255 = 97%

195
222
248

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

Portions of RGB colors in percentages

R + G + B =
195 + 222 + 248 = 665 (100%)
R 195 of 665 ~ 29.32%
G 222 of 665 ~ 33.38%
B 248 of 665 ~ 37.29%

%29.32
%33.38
%37.29

CMYK color model

#C3DEF8 color CMYK value is (21,10,0,3).

  • cyan value is 21.37%
  • magenta value is 10.48%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(21,10,0,3)
C21M10Y0K3 
(21%,10%,0%,3%)
(0.21/0.10/0.00/0.03)	

CMYK percentages

%21.37
%10.48
%0
%2.75

Codes

Color #C3DEF8 in popluar color models

C3DEF8
RGB195222248
HSL209°79.10%86.86%
HSB/HSV209°21.37%97.25%
CMYK21.37%10.48%0.00%
2.75%

Color #C3DEF8 in popluar number systems.

HEXC3DEF8
Decimal195222248
Binary110000111101111011111000
Octal303336370

Shades and tints

Shades of #C3DEF8

#C3DEF8
(195,222,248)
#B2CAE2
(178,202,226)
#A1B6CC
(161,182,204)
#90A2B6
(144,162,182)
#7F8EA0
(127,142,160)
#6E7A8A
(110,122,138)
#5D6674
(93,102,116)
#4C525E
(76,82,94)
#3B3E48
(59,62,72)
#2A2A32
(42,42,50)
#19161C
(25,22,28)
#000000
(0,0,0)

Tints of #C3DEF8

#C3DEF8
(195,222,248)
#C8E1F8
(200,225,248)
#CDE4F8
(205,228,248)
#D2E7F8
(210,231,248)
#D7EAF8
(215,234,248)
#DCEDF8
(220,237,248)
#E1F0F8
(225,240,248)
#E6F3F8
(230,243,248)
#EBF6F8
(235,246,248)
#F0F9F8
(240,249,248)
#F5FCF8
(245,252,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DEF8 color. Also use rgb(195,222,248) instead hex code.

Text Font Color

.myTextColor { color: #C3DEF8; }

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

This text font color is #C3DEF8.


Background Color

.myBgColor { background-color: #C3DEF8; }

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

This div background color is #C3DEF8.


Border color

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

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

This div border color is #C3DEF8.


Opacity

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

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

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

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

This text has shadow with #C3DEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DEF8 on black background.


Color preview on white background

This text has color #C3DEF8 on white background.



Black color preview on #C3DEF8 background

This text has black color on #C3DEF8 background.


White color preview on #C3DEF8 background

This text has white color on #C3DEF8 background.