COLOR #C3DDDA

HEX: #C3DDDA RGB: (195,221,218)

Color info

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

RGB color model

#C3DDDA color RGB value is (195,221,218).

RGB: (195,221,218) (76%, 87%, 85%)

RGB channels and saturation

R 195 of 255 = 76%
G 221 of 255 = 87%
B 218 of 255 = 85%

195
221
218

R + G + B ~ 83%. #C3DDDA is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 221 + 218 = 634 (100%)
R 195 of 634 ~ 30.76%
G 221 of 634 ~ 34.86%
B 218 of 634 ~ 34.38'%

%30.76
%34.86
%34.38

CMYK color model

#C3DDDA color CMYK value is (12,0,1,13).

  • cyan value is 11.76%
  • magenta value is 0.00%
  • yellow value is 1.36%
  • key color value is 13.33%
CMYK: (12,0,1,13) C12M0Y1K13 (12%,0%,1%,13%) (0.12/0.00/0.01/0.13) 

CMYK percentages

%11.76
%0
%1.36
%13.33

Codes

Color #C3DDDA in popluar color models

C3 DD DA
RGB 195 221 218
HSL 173° 27.66% 81.57%
HSB/HSV 173° 11.76% 86.67%
CMYK 11.76% 0.00% 1.36%
13.33%

Color #C3DDDA in popluar number systems.

HEX C3 DD DA
Decimal 195 221 218
Binary 11000011 11011101 11011010
Octal 303 335 332

Shades and tints

Shades of #C3DDDA

#C3DDDA
(195,221,218)
#B2C9C7
(178,201,199)
#A1B5B4
(161,181,180)
#90A1A1
(144,161,161)
#7F8D8E
(127,141,142)
#6E797B
(110,121,123)
#5D6568
(93,101,104)
#4C5155
(76,81,85)
#3B3D42
(59,61,66)
#2A292F
(42,41,47)
#19151C
(25,21,28)
#000000
(0,0,0)

Tints of #C3DDDA

#C3DDDA
(195,221,218)
#C8E0DD
(200,224,221)
#CDE3E0
(205,227,224)
#D2E6E3
(210,230,227)
#D7E9E6
(215,233,230)
#DCECE9
(220,236,233)
#E1EFEC
(225,239,236)
#E6F2EF
(230,242,239)
#EBF5F2
(235,245,242)
#F0F8F5
(240,248,245)
#F5FBF8
(245,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDDA; }

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

This text font color is #C3DDDA.

Background Color

.myBgColor { background-color: #C3DDDA; }

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

This div background color is #C3DDDA.

Border color

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

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

This div border color is #C3DDDA.

Opacity

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

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

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

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

This text has shadow with #C3DDDA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3DDDA.

Preview

Color preview on black background

This text has color #C3DDDA on black background.


Color preview on white background

This text has color #C3DDDA on white background.


Black color preview on #C3DDDA background

This text has black color on #C3DDDA background.


White color preview on #C3DDDA background

This text has white color on #C3DDDA background.


Related colors

Complementary color

Complementary color for #hex is #3C2225.


I love getcolorcode.com

Triadic colors

1 #DAC3DD and #DDDAC3 with #C3DDDA are triadic colors.

2 #DADDC3 and #DDC3DA with #C3DDDA are triadic colors.