COLOR #C3FDD3

HEX: #C3FDD3
RGB: (195,253,211)

Color info

#C3FDD3 contains red, green and blue colors in about the same proportion. Web safe color of #C3FDD3 is #CCFFCC (or #CFC).

RGB color model

#C3FDD3 color RGB value is (195,253,211).

  • red value is 195;
  • green value is 253;
  • blue value is 211.
RGB:
(195,253,211)
(76%,99%,83%)

RGB channels and saturation

R 195 of 255 = 76%
G 253 of 255 = 99%
B 211 of 255 = 83%

195
253
211

R + G + B ~ 86%. #C3FDD3 is light color.

Portions of RGB colors in percentages

R + G + B =
195 + 253 + 211 = 659 (100%)
R 195 of 659 ~ 29.59%
G 253 of 659 ~ 38.39%
B 211 of 659 ~ 32.02%

%29.59
%38.39
%32.02

CMYK color model

#C3FDD3 color CMYK value is (23,0,17,1).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 0.78%
CMYK:
(23,0,17,1)
C23M0Y17K1 
(23%,0%,17%,1%)
(0.23/0.00/0.17/0.01)	

CMYK percentages

%22.92
%0
%16.6
%0.78

Codes

Color #C3FDD3 in popluar color models

C3FDD3
RGB195253211
HSL137°93.55%87.84%
HSB/HSV137°22.92%99.22%
CMYK22.92%0.00%16.60%
0.78%

Color #C3FDD3 in popluar number systems.

HEXC3FDD3
Decimal195253211
Binary110000111111110111010011
Octal303375323

Shades and tints

Shades of #C3FDD3

#C3FDD3
(195,253,211)
#B2E6C0
(178,230,192)
#A1CFAD
(161,207,173)
#90B89A
(144,184,154)
#7FA187
(127,161,135)
#6E8A74
(110,138,116)
#5D7361
(93,115,97)
#4C5C4E
(76,92,78)
#3B453B
(59,69,59)
#2A2E28
(42,46,40)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3FDD3

#C3FDD3
(195,253,211)
#C8FDD7
(200,253,215)
#CDFDDB
(205,253,219)
#D2FDDF
(210,253,223)
#D7FDE3
(215,253,227)
#DCFDE7
(220,253,231)
#E1FDEB
(225,253,235)
#E6FDEF
(230,253,239)
#EBFDF3
(235,253,243)
#F0FDF7
(240,253,247)
#F5FDFB
(245,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3FDD3; }

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

This text font color is #C3FDD3.


Background Color

.myBgColor { background-color: #C3FDD3; }

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

This div background color is #C3FDD3.


Border color

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

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

This div border color is #C3FDD3.


Opacity

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

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

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

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

This text has shadow with #C3FDD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3FDD3 on black background.


Color preview on white background

This text has color #C3FDD3 on white background.



Black color preview on #C3FDD3 background

This text has black color on #C3FDD3 background.


White color preview on #C3FDD3 background

This text has white color on #C3FDD3 background.