COLOR #C3DFD5

HEX: #C3DFD5
RGB: (195,223,213)

Color info

#C3DFD5 contains red, green and blue colors in about the same proportion. Web safe color of #C3DFD5 is #CCCCCC (or #CCC).

RGB color model

#C3DFD5 color RGB value is (195,223,213).

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

RGB channels and saturation

R 195 of 255 = 76%
G 223 of 255 = 87%
B 213 of 255 = 84%

195
223
213

R + G + B ~ 82%. #C3DFD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 223 + 213 = 631 (100%)
R 195 of 631 ~ 30.9%
G 223 of 631 ~ 35.34%
B 213 of 631 ~ 33.76%

%30.9
%35.34
%33.76

CMYK color model

#C3DFD5 color CMYK value is (13,0,4,13).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 4.48%
  • key color value is 12.55%
CMYK:
(13,0,4,13)
C13M0Y4K13 
(13%,0%,4%,13%)
(0.13/0.00/0.04/0.13)	

CMYK percentages

%12.56
%0
%4.48
%12.55

Codes

Color #C3DFD5 in popluar color models

C3DFD5
RGB195223213
HSL159°30.43%81.96%
HSB/HSV159°12.56%87.45%
CMYK12.56%0.00%4.48%
12.55%

Color #C3DFD5 in popluar number systems.

HEXC3DFD5
Decimal195223213
Binary110000111101111111010101
Octal303337325

Shades and tints

Shades of #C3DFD5

#C3DFD5
(195,223,213)
#B2CBC2
(178,203,194)
#A1B7AF
(161,183,175)
#90A39C
(144,163,156)
#7F8F89
(127,143,137)
#6E7B76
(110,123,118)
#5D6763
(93,103,99)
#4C5350
(76,83,80)
#3B3F3D
(59,63,61)
#2A2B2A
(42,43,42)
#191717
(25,23,23)
#000000
(0,0,0)

Tints of #C3DFD5

#C3DFD5
(195,223,213)
#C8E1D8
(200,225,216)
#CDE3DB
(205,227,219)
#D2E5DE
(210,229,222)
#D7E7E1
(215,231,225)
#DCE9E4
(220,233,228)
#E1EBE7
(225,235,231)
#E6EDEA
(230,237,234)
#EBEFED
(235,239,237)
#F0F1F0
(240,241,240)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DFD5; }

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

This text font color is #C3DFD5.


Background Color

.myBgColor { background-color: #C3DFD5; }

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

This div background color is #C3DFD5.


Border color

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

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

This div border color is #C3DFD5.


Opacity

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

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

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

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

This text has shadow with #C3DFD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DFD5 on black background.


Color preview on white background

This text has color #C3DFD5 on white background.



Black color preview on #C3DFD5 background

This text has black color on #C3DFD5 background.


White color preview on #C3DFD5 background

This text has white color on #C3DFD5 background.