COLOR #C3EFB6

HEX: #C3EFB6 RGB: (195,239,182)

Color info

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

RGB color model

#C3EFB6 color RGB value is (195,239,182).

RGB: (195,239,182) (76%, 94%, 71%)

RGB channels and saturation

R 195 of 255 = 76%
G 239 of 255 = 94%
B 182 of 255 = 71%

195
239
182

R + G + B ~ 80%. #C3EFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 195 + 239 + 182 = 616 (100%)
R 195 of 616 ~ 31.66%
G 239 of 616 ~ 38.8%
B 182 of 616 ~ 29.55'%

%31.66
%38.8
%29.55

CMYK color model

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

  • cyan value is 18.41%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 6.27%

CMYK: (18,0,24,6)
C18M0Y24K6 (18%, 0%, 24%, 6%)
(0.18 / 0.00 / 0.24 / 0.06)

CMYK percentages

%18.41
%0
%23.85
%6.27

Codes

Color #C3EFB6 in popluar color models

C3 EF B6
RGB 195 239 182
HSL 106° 64.04% 82.55%
HSB/HSV 106° 23.85% 93.73%
CMYK 18.41% 0.00% 23.85%
6.27%

Color #C3EFB6 in popluar number systems.

HEX C3 EF B6
Decimal 195 239 182
Binary 11000011 11101111 10110110
Octal 303 357 266

Shades and tints

Shades of #C3EFB6

#C3EFB6
(195,239,182)
#B2DAA6
(178,218,166)
#A1C596
(161,197,150)
#90B086
(144,176,134)
#7F9B76
(127,155,118)
#6E8666
(110,134,102)
#5D7156
(93,113,86)
#4C5C46
(76,92,70)
#3B4736
(59,71,54)
#2A3226
(42,50,38)
#191D16
(25,29,22)
#000000
(0,0,0)

Tints of #C3EFB6

#C3EFB6
(195,239,182)
#C8F0BC
(200,240,188)
#CDF1C2
(205,241,194)
#D2F2C8
(210,242,200)
#D7F3CE
(215,243,206)
#DCF4D4
(220,244,212)
#E1F5DA
(225,245,218)
#E6F6E0
(230,246,224)
#EBF7E6
(235,247,230)
#F0F8EC
(240,248,236)
#F5F9F2
(245,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3EFB6; }

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

This text font color is #C3EFB6.

Background Color

.myBgColor { background-color: #C3EFB6; }

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

This div background color is #C3EFB6.

Border color

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

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

This div border color is #C3EFB6.

Opacity

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

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

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

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

This text has shadow with #C3EFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3EFB6.

Preview

Color preview on black background

This text has color #C3EFB6 on black background.


Color preview on white background

This text has color #C3EFB6 on white background.


Black color preview on #C3EFB6 background

This text has black color on #C3EFB6 background.


White color preview on #C3EFB6 background

This text has white color on #C3EFB6 background.


Related colors

Complementary color

Complementary color for #hex is #3C1049.


I love getcolorcode.com

Triadic colors

1 #B6C3EF and #EFB6C3 with #C3EFB6 are triadic colors.

2 #B6EFC3 and #EFC3B6 with #C3EFB6 are triadic colors.