COLOR #C3DCD5

HEX: #C3DCD5
RGB: (195,220,213)

Color info

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

RGB color model

#C3DCD5 color RGB value is (195,220,213).

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

RGB channels and saturation

R 195 of 255 = 76%
G 220 of 255 = 86%
B 213 of 255 = 84%

195
220
213

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

Portions of RGB colors in percentages

R + G + B =
195 + 220 + 213 = 628 (100%)
R 195 of 628 ~ 31.05%
G 220 of 628 ~ 35.03%
B 213 of 628 ~ 33.92%

%31.05
%35.03
%33.92

CMYK color model

#C3DCD5 color CMYK value is (11,0,3,14).

  • cyan value is 11.36%
  • magenta value is 0.00%
  • yellow value is 3.18%
  • key color value is 13.73%
CMYK:
(11,0,3,14)
C11M0Y3K14 
(11%,0%,3%,14%)
(0.11/0.00/0.03/0.14)	

CMYK percentages

%11.36
%0
%3.18
%13.73

Codes

Color #C3DCD5 in popluar color models

C3DCD5
RGB195220213
HSL163°26.32%81.37%
HSB/HSV163°11.36%86.27%
CMYK11.36%0.00%3.18%
13.73%

Color #C3DCD5 in popluar number systems.

HEXC3DCD5
Decimal195220213
Binary110000111101110011010101
Octal303334325

Shades and tints

Shades of #C3DCD5

#C3DCD5
(195,220,213)
#B2C8C2
(178,200,194)
#A1B4AF
(161,180,175)
#90A09C
(144,160,156)
#7F8C89
(127,140,137)
#6E7876
(110,120,118)
#5D6463
(93,100,99)
#4C5050
(76,80,80)
#3B3C3D
(59,60,61)
#2A282A
(42,40,42)
#191417
(25,20,23)
#000000
(0,0,0)

Tints of #C3DCD5

#C3DCD5
(195,220,213)
#C8DFD8
(200,223,216)
#CDE2DB
(205,226,219)
#D2E5DE
(210,229,222)
#D7E8E1
(215,232,225)
#DCEBE4
(220,235,228)
#E1EEE7
(225,238,231)
#E6F1EA
(230,241,234)
#EBF4ED
(235,244,237)
#F0F7F0
(240,247,240)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DCD5; }

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

This text font color is #C3DCD5.


Background Color

.myBgColor { background-color: #C3DCD5; }

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

This div background color is #C3DCD5.


Border color

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

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

This div border color is #C3DCD5.


Opacity

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

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

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

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

This text has shadow with #C3DCD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DCD5 on black background.


Color preview on white background

This text has color #C3DCD5 on white background.



Black color preview on #C3DCD5 background

This text has black color on #C3DCD5 background.


White color preview on #C3DCD5 background

This text has white color on #C3DCD5 background.