COLOR #C3DFF2

HEX: #C3DFF2
RGB: (195,223,242)

Color info

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

RGB color model

#C3DFF2 color RGB value is (195,223,242).

  • red value is 195;
  • green value is 223;
  • blue value is 242.
RGB:
(195,223,242)
(76%,87%,95%)

RGB channels and saturation

R 195 of 255 = 76%
G 223 of 255 = 87%
B 242 of 255 = 95%

195
223
242

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

Portions of RGB colors in percentages

R + G + B =
195 + 223 + 242 = 660 (100%)
R 195 of 660 ~ 29.55%
G 223 of 660 ~ 33.79%
B 242 of 660 ~ 36.67%

%29.55
%33.79
%36.67

CMYK color model

#C3DFF2 color CMYK value is (19,8,0,5).

  • cyan value is 19.42%
  • magenta value is 7.85%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(19,8,0,5)
C19M8Y0K5 
(19%,8%,0%,5%)
(0.19/0.08/0.00/0.05)	

CMYK percentages

%19.42
%7.85
%0
%5.1

Codes

Color #C3DFF2 in popluar color models

C3DFF2
RGB195223242
HSL204°64.38%85.69%
HSB/HSV204°19.42%94.90%
CMYK19.42%7.85%0.00%
5.10%

Color #C3DFF2 in popluar number systems.

HEXC3DFF2
Decimal195223242
Binary110000111101111111110010
Octal303337362

Shades and tints

Shades of #C3DFF2

#C3DFF2
(195,223,242)
#B2CBDC
(178,203,220)
#A1B7C6
(161,183,198)
#90A3B0
(144,163,176)
#7F8F9A
(127,143,154)
#6E7B84
(110,123,132)
#5D676E
(93,103,110)
#4C5358
(76,83,88)
#3B3F42
(59,63,66)
#2A2B2C
(42,43,44)
#191716
(25,23,22)
#000000
(0,0,0)

Tints of #C3DFF2

#C3DFF2
(195,223,242)
#C8E1F3
(200,225,243)
#CDE3F4
(205,227,244)
#D2E5F5
(210,229,245)
#D7E7F6
(215,231,246)
#DCE9F7
(220,233,247)
#E1EBF8
(225,235,248)
#E6EDF9
(230,237,249)
#EBEFFA
(235,239,250)
#F0F1FB
(240,241,251)
#F5F3FC
(245,243,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3DFF2 color. Also use rgb(195,223,242) instead hex code.

Text Font Color

.myTextColor { color: #C3DFF2; }

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

This text font color is #C3DFF2.


Background Color

.myBgColor { background-color: #C3DFF2; }

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

This div background color is #C3DFF2.


Border color

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

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

This div border color is #C3DFF2.


Opacity

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

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

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

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

This text has shadow with #C3DFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DFF2 on black background.


Color preview on white background

This text has color #C3DFF2 on white background.



Black color preview on #C3DFF2 background

This text has black color on #C3DFF2 background.


White color preview on #C3DFF2 background

This text has white color on #C3DFF2 background.