COLOR #C3DDD7

HEX: #C3DDD7
RGB: (195,221,215)

Color info

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

RGB color model

#C3DDD7 color RGB value is (195,221,215).

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

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 215 of 255 = 84%

195
221
215

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

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 215 = 631 (100%)
R 195 of 631 ~ 30.9%
G 221 of 631 ~ 35.02%
B 215 of 631 ~ 34.07%

%30.9
%35.02
%34.07

CMYK color model

#C3DDD7 color CMYK value is (12,0,3,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 2.71%
  • key color value is 13.33%
CMYK:
(12,0,3,13)
C12M0Y3K13 
(12%,0%,3%,13%)
(0.12/0.00/0.03/0.13)	

CMYK percentages

%11.76
%0
%2.71
%13.33

Codes

Color #C3DDD7 in popluar color models

C3DDD7
RGB195221215
HSL166°27.66%81.57%
HSB/HSV166°11.76%86.67%
CMYK11.76%0.00%2.71%
13.33%

Color #C3DDD7 in popluar number systems.

HEXC3DDD7
Decimal195221215
Binary110000111101110111010111
Octal303335327

Shades and tints

Shades of #C3DDD7

#C3DDD7
(195,221,215)
#B2C9C4
(178,201,196)
#A1B5B1
(161,181,177)
#90A19E
(144,161,158)
#7F8D8B
(127,141,139)
#6E7978
(110,121,120)
#5D6565
(93,101,101)
#4C5152
(76,81,82)
#3B3D3F
(59,61,63)
#2A292C
(42,41,44)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #C3DDD7

#C3DDD7
(195,221,215)
#C8E0DA
(200,224,218)
#CDE3DD
(205,227,221)
#D2E6E0
(210,230,224)
#D7E9E3
(215,233,227)
#DCECE6
(220,236,230)
#E1EFE9
(225,239,233)
#E6F2EC
(230,242,236)
#EBF5EF
(235,245,239)
#F0F8F2
(240,248,242)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDD7; }

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

This text font color is #C3DDD7.


Background Color

.myBgColor { background-color: #C3DDD7; }

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

This div background color is #C3DDD7.


Border color

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

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

This div border color is #C3DDD7.


Opacity

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

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

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

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

This text has shadow with #C3DDD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDD7 on black background.


Color preview on white background

This text has color #C3DDD7 on white background.



Black color preview on #C3DDD7 background

This text has black color on #C3DDD7 background.


White color preview on #C3DDD7 background

This text has white color on #C3DDD7 background.