COLOR #C3EEA7

HEX: #C3EEA7 RGB: (195,238,167)

Color info

#C3EEA7 contains mainly red and green colors. Web safe color of #C3EEA7 is #CCFF99 (or #CF9).

RGB color model

#C3EEA7 color RGB value is (195,238,167).

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

RGB channels and saturation

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

195
238
167

R + G + B ~ 78%. #C3EEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 238 + 167 = 600 (100%)
R 195 of 600 ~ 32.5%
G 238 of 600 ~ 39.67%
B 167 of 600 ~ 27.83'%

%32.5
%39.67
%27.83

CMYK color model

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

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

CMYK: (18,0,30,7)
C18M0Y30K7 (18%, 0%, 30%, 7%)
(0.18 / 0.00 / 0.30 / 0.07)

CMYK percentages

%18.07
%0
%29.83
%6.67

Codes

Color #C3EEA7 in popluar color models

C3 EE A7
RGB 195 238 167
HSL 96° 67.62% 79.41%
HSB/HSV 96° 29.83% 93.33%
CMYK 18.07% 0.00% 29.83%
6.67%

Color #C3EEA7 in popluar number systems.

HEX C3 EE A7
Decimal 195 238 167
Binary 11000011 11101110 10100111
Octal 303 356 247

Shades and tints

Shades of #C3EEA7

#C3EEA7
(195,238,167)
#B2D998
(178,217,152)
#A1C489
(161,196,137)
#90AF7A
(144,175,122)
#7F9A6B
(127,154,107)
#6E855C
(110,133,92)
#5D704D
(93,112,77)
#4C5B3E
(76,91,62)
#3B462F
(59,70,47)
#2A3120
(42,49,32)
#191C11
(25,28,17)
#000000
(0,0,0)

Tints of #C3EEA7

#C3EEA7
(195,238,167)
#C8EFAF
(200,239,175)
#CDF0B7
(205,240,183)
#D2F1BF
(210,241,191)
#D7F2C7
(215,242,199)
#DCF3CF
(220,243,207)
#E1F4D7
(225,244,215)
#E6F5DF
(230,245,223)
#EBF6E7
(235,246,231)
#F0F7EF
(240,247,239)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EEA7; }

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

This text font color is #C3EEA7.

Background Color

.myBgColor { background-color: #C3EEA7; }

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

This div background color is #C3EEA7.

Border color

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

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

This div border color is #C3EEA7.

Opacity

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

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

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

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

This text has shadow with #C3EEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EEA7.

Preview

Color preview on black background

This text has color #C3EEA7 on black background.


Color preview on white background

This text has color #C3EEA7 on white background.


Black color preview on #C3EEA7 background

This text has black color on #C3EEA7 background.


White color preview on #C3EEA7 background

This text has white color on #C3EEA7 background.


Related colors

Complementary color

Complementary color for #hex is #3C1158.


I love getcolorcode.com

Triadic colors

1 #A7C3EE and #EEA7C3 with #C3EEA7 are triadic colors.

2 #A7EEC3 and #EEC3A7 with #C3EEA7 are triadic colors.