COLOR #C3DDDD

HEX: #C3DDDD
RGB: (195,221,221)

Color info

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

RGB color model

#C3DDDD color RGB value is (195,221,221).

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

RGB channels and saturation

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

195
221
221

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

Portions of RGB colors in percentages

R + G + B =
195 + 221 + 221 = 637 (100%)
R 195 of 637 ~ 30.61%
G 221 of 637 ~ 34.69%
B 221 of 637 ~ 34.69%

%30.61
%34.69
%34.69

CMYK color model

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

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

CMYK percentages

%11.76
%0
%0
%13.33

Codes

Color #C3DDDD in popluar color models

C3DDDD
RGB195221221
HSL180°27.66%81.57%
HSB/HSV180°11.76%86.67%
CMYK11.76%0.00%0.00%
13.33%

Color #C3DDDD in popluar number systems.

HEXC3DDDD
Decimal195221221
Binary110000111101110111011101
Octal303335335

Shades and tints

Shades of #C3DDDD

#C3DDDD
(195,221,221)
#B2C9C9
(178,201,201)
#A1B5B5
(161,181,181)
#90A1A1
(144,161,161)
#7F8D8D
(127,141,141)
#6E7979
(110,121,121)
#5D6565
(93,101,101)
#4C5151
(76,81,81)
#3B3D3D
(59,61,61)
#2A2929
(42,41,41)
#191515
(25,21,21)
#000000
(0,0,0)

Tints of #C3DDDD

#C3DDDD
(195,221,221)
#C8E0E0
(200,224,224)
#CDE3E3
(205,227,227)
#D2E6E6
(210,230,230)
#D7E9E9
(215,233,233)
#DCECEC
(220,236,236)
#E1EFEF
(225,239,239)
#E6F2F2
(230,242,242)
#EBF5F5
(235,245,245)
#F0F8F8
(240,248,248)
#F5FBFB
(245,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3DDDD; }

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

This text font color is #C3DDDD.


Background Color

.myBgColor { background-color: #C3DDDD; }

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

This div background color is #C3DDDD.


Border color

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

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

This div border color is #C3DDDD.


Opacity

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

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

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

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

This text has shadow with #C3DDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3DDDD on black background.


Color preview on white background

This text has color #C3DDDD on white background.



Black color preview on #C3DDDD background

This text has black color on #C3DDDD background.


White color preview on #C3DDDD background

This text has white color on #C3DDDD background.