COLOR #C3DFF3

HEX: #C3DFF3
RGB: (195,223,243)

Color info

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

RGB color model

#C3DFF3 color RGB value is (195,223,243).

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

RGB channels and saturation

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

195
223
243

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

Portions of RGB colors in percentages

R + G + B =
195 + 223 + 243 = 661 (100%)
R 195 of 661 ~ 29.5%
G 223 of 661 ~ 33.74%
B 243 of 661 ~ 36.76%

%29.5
%33.74
%36.76

CMYK color model

#C3DFF3 color CMYK value is (20,8,0,5).

  • cyan value is 19.75%
  • magenta value is 8.23%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(20,8,0,5)
C20M8Y0K5 
(20%,8%,0%,5%)
(0.20/0.08/0.00/0.05)	

CMYK percentages

%19.75
%8.23
%0
%4.71

Codes

Color #C3DFF3 in popluar color models

C3DFF3
RGB195223243
HSL205°66.67%85.88%
HSB/HSV205°19.75%95.29%
CMYK19.75%8.23%0.00%
4.71%

Color #C3DFF3 in popluar number systems.

HEXC3DFF3
Decimal195223243
Binary110000111101111111110011
Octal303337363

Shades and tints

Shades of #C3DFF3

#C3DFF3
(195,223,243)
#B2CBDD
(178,203,221)
#A1B7C7
(161,183,199)
#90A3B1
(144,163,177)
#7F8F9B
(127,143,155)
#6E7B85
(110,123,133)
#5D676F
(93,103,111)
#4C5359
(76,83,89)
#3B3F43
(59,63,67)
#2A2B2D
(42,43,45)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3DFF3

#C3DFF3
(195,223,243)
#C8E1F4
(200,225,244)
#CDE3F5
(205,227,245)
#D2E5F6
(210,229,246)
#D7E7F7
(215,231,247)
#DCE9F8
(220,233,248)
#E1EBF9
(225,235,249)
#E6EDFA
(230,237,250)
#EBEFFB
(235,239,251)
#F0F1FC
(240,241,252)
#F5F3FD
(245,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DFF3; }

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

This text font color is #C3DFF3.


Background Color

.myBgColor { background-color: #C3DFF3; }

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

This div background color is #C3DFF3.


Border color

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

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

This div border color is #C3DFF3.


Opacity

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

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

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

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

This text has shadow with #C3DFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DFF3 on black background.


Color preview on white background

This text has color #C3DFF3 on white background.



Black color preview on #C3DFF3 background

This text has black color on #C3DFF3 background.


White color preview on #C3DFF3 background

This text has white color on #C3DFF3 background.