COLOR #C3EEC3

HEX: #C3EEC3 RGB: (195,238,195)

Color info

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

RGB color model

#C3EEC3 color RGB value is (195,238,195).

RGB: (195,238,195) (76%, 93%, 76%)

RGB channels and saturation

R 195 of 255 = 76%
G 238 of 255 = 93%
B 195 of 255 = 76%

195
238
195

R + G + B ~ 82%. #C3EEC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 238 + 195 = 628 (100%)
R 195 of 628 ~ 31.05%
G 238 of 628 ~ 37.9%
B 195 of 628 ~ 31.05'%

%31.05
%37.9
%31.05

CMYK color model

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

  • cyan value is 18.07%
  • magenta value is 0.00%
  • yellow value is 18.07%
  • key color value is 6.67%

CMYK: (18,0,18,7)
C18M0Y18K7 (18%, 0%, 18%, 7%)
(0.18 / 0.00 / 0.18 / 0.07)

CMYK percentages

%18.07
%0
%18.07
%6.67

Codes

Color #C3EEC3 in popluar color models

C3 EE C3
RGB 195 238 195
HSL 120° 55.84% 84.90%
HSB/HSV 120° 18.07% 93.33%
CMYK 18.07% 0.00% 18.07%
6.67%

Color #C3EEC3 in popluar number systems.

HEX C3 EE C3
Decimal 195 238 195
Binary 11000011 11101110 11000011
Octal 303 356 303

Shades and tints

Shades of #C3EEC3

#C3EEC3
(195,238,195)
#B2D9B2
(178,217,178)
#A1C4A1
(161,196,161)
#90AF90
(144,175,144)
#7F9A7F
(127,154,127)
#6E856E
(110,133,110)
#5D705D
(93,112,93)
#4C5B4C
(76,91,76)
#3B463B
(59,70,59)
#2A312A
(42,49,42)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #C3EEC3

#C3EEC3
(195,238,195)
#C8EFC8
(200,239,200)
#CDF0CD
(205,240,205)
#D2F1D2
(210,241,210)
#D7F2D7
(215,242,215)
#DCF3DC
(220,243,220)
#E1F4E1
(225,244,225)
#E6F5E6
(230,245,230)
#EBF6EB
(235,246,235)
#F0F7F0
(240,247,240)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EEC3; }

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

This text font color is #C3EEC3.

Background Color

.myBgColor { background-color: #C3EEC3; }

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

This div background color is #C3EEC3.

Border color

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

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

This div border color is #C3EEC3.

Opacity

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

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

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

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

This text has shadow with #C3EEC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EEC3.

Preview

Color preview on black background

This text has color #C3EEC3 on black background.


Color preview on white background

This text has color #C3EEC3 on white background.


Black color preview on #C3EEC3 background

This text has black color on #C3EEC3 background.


White color preview on #C3EEC3 background

This text has white color on #C3EEC3 background.


Related colors

Complementary color

Complementary color for #hex is #3C113C.


I love getcolorcode.com

Triadic colors

1 #C3C3EE and #EEC3C3 with #C3EEC3 are triadic colors.

2 #C3EEC3 and #EEC3C3 with #C3EEC3 are triadic colors.