COLOR #C3EDCA

HEX: #C3EDCA RGB: (195,237,202)

Color info

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

RGB color model

#C3EDCA color RGB value is (195,237,202).

RGB: (195,237,202) (76%, 93%, 79%)

RGB channels and saturation

R 195 of 255 = 76%
G 237 of 255 = 93%
B 202 of 255 = 79%

195
237
202

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

Portions of RGB colors in percentages

R + G + B = 195 + 237 + 202 = 634 (100%)
R 195 of 634 ~ 30.76%
G 237 of 634 ~ 37.38%
B 202 of 634 ~ 31.86'%

%30.76
%37.38
%31.86

CMYK color model

#C3EDCA color CMYK value is (18,0,15,7).

  • cyan value is 17.72%
  • magenta value is 0.00%
  • yellow value is 14.77%
  • key color value is 7.06%

CMYK: (18,0,15,7)
C18M0Y15K7 (18%, 0%, 15%, 7%)
(0.18 / 0.00 / 0.15 / 0.07)

CMYK percentages

%17.72
%0
%14.77
%7.06

Codes

Color #C3EDCA in popluar color models

C3 ED CA
RGB 195 237 202
HSL 130° 53.85% 84.71%
HSB/HSV 130° 17.72% 92.94%
CMYK 17.72% 0.00% 14.77%
7.06%

Color #C3EDCA in popluar number systems.

HEX C3 ED CA
Decimal 195 237 202
Binary 11000011 11101101 11001010
Octal 303 355 312

Shades and tints

Shades of #C3EDCA

#C3EDCA
(195,237,202)
#B2D8B8
(178,216,184)
#A1C3A6
(161,195,166)
#90AE94
(144,174,148)
#7F9982
(127,153,130)
#6E8470
(110,132,112)
#5D6F5E
(93,111,94)
#4C5A4C
(76,90,76)
#3B453A
(59,69,58)
#2A3028
(42,48,40)
#191B16
(25,27,22)
#000000
(0,0,0)

Tints of #C3EDCA

#C3EDCA
(195,237,202)
#C8EECE
(200,238,206)
#CDEFD2
(205,239,210)
#D2F0D6
(210,240,214)
#D7F1DA
(215,241,218)
#DCF2DE
(220,242,222)
#E1F3E2
(225,243,226)
#E6F4E6
(230,244,230)
#EBF5EA
(235,245,234)
#F0F6EE
(240,246,238)
#F5F7F2
(245,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EDCA; }

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

This text font color is #C3EDCA.

Background Color

.myBgColor { background-color: #C3EDCA; }

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

This div background color is #C3EDCA.

Border color

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

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

This div border color is #C3EDCA.

Opacity

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

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

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

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

This text has shadow with #C3EDCA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EDCA.

Preview

Color preview on black background

This text has color #C3EDCA on black background.


Color preview on white background

This text has color #C3EDCA on white background.


Black color preview on #C3EDCA background

This text has black color on #C3EDCA background.


White color preview on #C3EDCA background

This text has white color on #C3EDCA background.


Related colors

Complementary color

Complementary color for #hex is #3C1235.


I love getcolorcode.com

Triadic colors

1 #CAC3ED and #EDCAC3 with #C3EDCA are triadic colors.

2 #CAEDC3 and #EDC3CA with #C3EDCA are triadic colors.