COLOR #C3D7D5

HEX: #C3D7D5
RGB: (195,215,213)

Color info

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

RGB color model

#C3D7D5 color RGB value is (195,215,213).

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

RGB channels and saturation

R 195 of 255 = 76%
G 215 of 255 = 84%
B 213 of 255 = 84%

195
215
213

R + G + B ~ 81%. #C3D7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 215 + 213 = 623 (100%)
R 195 of 623 ~ 31.3%
G 215 of 623 ~ 34.51%
B 213 of 623 ~ 34.19%

%31.3
%34.51
%34.19

CMYK color model

#C3D7D5 color CMYK value is (9,0,1,16).

  • cyan value is 9.30%
  • magenta value is 0.00%
  • yellow value is 0.93%
  • key color value is 15.69%
CMYK:
(9,0,1,16)
C9M0Y1K16 
(9%,0%,1%,16%)
(0.09/0.00/0.01/0.16)	

CMYK percentages

%9.3
%0
%0.93
%15.69

Codes

Color #C3D7D5 in popluar color models

C3D7D5
RGB195215213
HSL174°20.00%80.39%
HSB/HSV174°9.30%84.31%
CMYK9.30%0.00%0.93%
15.69%

Color #C3D7D5 in popluar number systems.

HEXC3D7D5
Decimal195215213
Binary110000111101011111010101
Octal303327325

Shades and tints

Shades of #C3D7D5

#C3D7D5
(195,215,213)
#B2C4C2
(178,196,194)
#A1B1AF
(161,177,175)
#909E9C
(144,158,156)
#7F8B89
(127,139,137)
#6E7876
(110,120,118)
#5D6563
(93,101,99)
#4C5250
(76,82,80)
#3B3F3D
(59,63,61)
#2A2C2A
(42,44,42)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #C3D7D5

#C3D7D5
(195,215,213)
#C8DAD8
(200,218,216)
#CDDDDB
(205,221,219)
#D2E0DE
(210,224,222)
#D7E3E1
(215,227,225)
#DCE6E4
(220,230,228)
#E1E9E7
(225,233,231)
#E6ECEA
(230,236,234)
#EBEFED
(235,239,237)
#F0F2F0
(240,242,240)
#F5F5F3
(245,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3D7D5; }

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

This text font color is #C3D7D5.


Background Color

.myBgColor { background-color: #C3D7D5; }

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

This div background color is #C3D7D5.


Border color

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

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

This div border color is #C3D7D5.


Opacity

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

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

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

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

This text has shadow with #C3D7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3D7D5 on black background.


Color preview on white background

This text has color #C3D7D5 on white background.



Black color preview on #C3D7D5 background

This text has black color on #C3D7D5 background.


White color preview on #C3D7D5 background

This text has white color on #C3D7D5 background.