COLOR #C3EFC5

HEX: #C3EFC5
RGB: (195,239,197)

Color info

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

RGB color model

#C3EFC5 color RGB value is (195,239,197).

  • red value is 195;
  • green value is 239;
  • blue value is 197.
RGB:
(195,239,197)
(76%,94%,77%)

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 197 of 255 = 77%

195
239
197

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

Portions of RGB colors in percentages

R + G + B =
195 + 239 + 197 = 631 (100%)
R 195 of 631 ~ 30.9%
G 239 of 631 ~ 37.88%
B 197 of 631 ~ 31.22%

%30.9
%37.88
%31.22

CMYK color model

#C3EFC5 color CMYK value is (18,0,18,6).

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 17.57%
  • key color value is 6.27%
CMYK:
(18,0,18,6)
C18M0Y18K6 
(18%,0%,18%,6%)
(0.18/0.00/0.18/0.06)	

CMYK percentages

%18.41
%0
%17.57
%6.27

Codes

Color #C3EFC5 in popluar color models

C3EFC5
RGB195239197
HSL123°57.89%85.10%
HSB/HSV123°18.41%93.73%
CMYK18.41%0.00%17.57%
6.27%

Color #C3EFC5 in popluar number systems.

HEXC3EFC5
Decimal195239197
Binary110000111110111111000101
Octal303357305

Shades and tints

Shades of #C3EFC5

#C3EFC5
(195,239,197)
#B2DAB4
(178,218,180)
#A1C5A3
(161,197,163)
#90B092
(144,176,146)
#7F9B81
(127,155,129)
#6E8670
(110,134,112)
#5D715F
(93,113,95)
#4C5C4E
(76,92,78)
#3B473D
(59,71,61)
#2A322C
(42,50,44)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #C3EFC5

#C3EFC5
(195,239,197)
#C8F0CA
(200,240,202)
#CDF1CF
(205,241,207)
#D2F2D4
(210,242,212)
#D7F3D9
(215,243,217)
#DCF4DE
(220,244,222)
#E1F5E3
(225,245,227)
#E6F6E8
(230,246,232)
#EBF7ED
(235,247,237)
#F0F8F2
(240,248,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFC5; }

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

This text font color is #C3EFC5.


Background Color

.myBgColor { background-color: #C3EFC5; }

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

This div background color is #C3EFC5.


Border color

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

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

This div border color is #C3EFC5.


Opacity

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

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

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

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

This text has shadow with #C3EFC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3EFC5 on black background.


Color preview on white background

This text has color #C3EFC5 on white background.



Black color preview on #C3EFC5 background

This text has black color on #C3EFC5 background.


White color preview on #C3EFC5 background

This text has white color on #C3EFC5 background.