COLOR #C3F5DD

HEX: #C3F5DD RGB: (195,245,221)

Color info

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

RGB color model

#C3F5DD color RGB value is (195,245,221).

RGB: (195,245,221) (76%, 96%, 87%)

RGB channels and saturation

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

195
245
221

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

Portions of RGB colors in percentages

R + G + B = 195 + 245 + 221 = 661 (100%)
R 195 of 661 ~ 29.5%
G 245 of 661 ~ 37.07%
B 221 of 661 ~ 33.43'%

%29.5
%37.07
%33.43

CMYK color model

#C3F5DD color CMYK value is (20,0,10,4).

  • cyan value is 20.41%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 3.92%
CMYK: (20,0,10,4) C20M0Y10K4 (20%,0%,10%,4%) (0.20/0.00/0.10/0.04) 

CMYK percentages

%20.41
%0
%9.8
%3.92

Codes

Color #C3F5DD in popluar color models

C3 F5 DD
RGB 195 245 221
HSL 151° 71.43% 86.27%
HSB/HSV 151° 20.41% 96.08%
CMYK 20.41% 0.00% 9.80%
3.92%

Color #C3F5DD in popluar number systems.

HEX C3 F5 DD
Decimal 195 245 221
Binary 11000011 11110101 11011101
Octal 303 365 335

Shades and tints

Shades of #C3F5DD

#C3F5DD
(195,245,221)
#B2DFC9
(178,223,201)
#A1C9B5
(161,201,181)
#90B3A1
(144,179,161)
#7F9D8D
(127,157,141)
#6E8779
(110,135,121)
#5D7165
(93,113,101)
#4C5B51
(76,91,81)
#3B453D
(59,69,61)
#2A2F29
(42,47,41)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #C3F5DD

#C3F5DD
(195,245,221)
#C8F5E0
(200,245,224)
#CDF5E3
(205,245,227)
#D2F5E6
(210,245,230)
#D7F5E9
(215,245,233)
#DCF5EC
(220,245,236)
#E1F5EF
(225,245,239)
#E6F5F2
(230,245,242)
#EBF5F5
(235,245,245)
#F0F5F8
(240,245,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3F5DD; }

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

This text font color is #C3F5DD.

Background Color

.myBgColor { background-color: #C3F5DD; }

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

This div background color is #C3F5DD.

Border color

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

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

This div border color is #C3F5DD.

Opacity

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

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

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

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

This text has shadow with #C3F5DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3F5DD.

Preview

Color preview on black background

This text has color #C3F5DD on black background.


Color preview on white background

This text has color #C3F5DD on white background.


Black color preview on #C3F5DD background

This text has black color on #C3F5DD background.


White color preview on #C3F5DD background

This text has white color on #C3F5DD background.


Related colors

Complementary color

Complementary color for #hex is #3C0A22.


I love getcolorcode.com

Triadic colors

1 #DDC3F5 and #F5DDC3 with #C3F5DD are triadic colors.

2 #DDF5C3 and #F5C3DD with #C3F5DD are triadic colors.