COLOR #C2EFBE

HEX: #C2EFBE RGB: (194,239,190)

Color info

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

RGB color model

#C2EFBE color RGB value is (194,239,190).

RGB: (194,239,190) (76%, 94%, 75%)

RGB channels and saturation

R 194 of 255 = 76%
G 239 of 255 = 94%
B 190 of 255 = 75%

194
239
190

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

Portions of RGB colors in percentages

R + G + B = 194 + 239 + 190 = 623 (100%)
R 194 of 623 ~ 31.14%
G 239 of 623 ~ 38.36%
B 190 of 623 ~ 30.5'%

%31.14
%38.36
%30.5

CMYK color model

#C2EFBE color CMYK value is (19,0,21,6).

  • cyan value is 18.83%
  • magenta value is 0.00%
  • yellow value is 20.50%
  • key color value is 6.27%

CMYK: (19,0,21,6)
C19M0Y21K6 (19%, 0%, 21%, 6%)
(0.19 / 0.00 / 0.21 / 0.06)

CMYK percentages

%18.83
%0
%20.5
%6.27

Codes

Color #C2EFBE in popluar color models

C2 EF BE
RGB 194 239 190
HSL 115° 60.49% 84.12%
HSB/HSV 115° 20.50% 93.73%
CMYK 18.83% 0.00% 20.50%
6.27%

Color #C2EFBE in popluar number systems.

HEX C2 EF BE
Decimal 194 239 190
Binary 11000010 11101111 10111110
Octal 302 357 276

Shades and tints

Shades of #C2EFBE

#C2EFBE
(194,239,190)
#B1DAAD
(177,218,173)
#A0C59C
(160,197,156)
#8FB08B
(143,176,139)
#7E9B7A
(126,155,122)
#6D8669
(109,134,105)
#5C7158
(92,113,88)
#4B5C47
(75,92,71)
#3A4736
(58,71,54)
#293225
(41,50,37)
#181D14
(24,29,20)
#000000
(0,0,0)

Tints of #C2EFBE

#C2EFBE
(194,239,190)
#C7F0C3
(199,240,195)
#CCF1C8
(204,241,200)
#D1F2CD
(209,242,205)
#D6F3D2
(214,243,210)
#DBF4D7
(219,244,215)
#E0F5DC
(224,245,220)
#E5F6E1
(229,246,225)
#EAF7E6
(234,247,230)
#EFF8EB
(239,248,235)
#F4F9F0
(244,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2EFBE color. Also use rgb(194,239,190) instead hex code.

Text Font Color

.myTextColor { color: #C2EFBE; }

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

This text font color is #C2EFBE.

Background Color

.myBgColor { background-color: #C2EFBE; }

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

This div background color is #C2EFBE.

Border color

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

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

This div border color is #C2EFBE.

Opacity

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

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

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

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

This text has shadow with #C2EFBE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2EFBE.

Preview

Color preview on black background

This text has color #C2EFBE on black background.


Color preview on white background

This text has color #C2EFBE on white background.


Black color preview on #C2EFBE background

This text has black color on #C2EFBE background.


White color preview on #C2EFBE background

This text has white color on #C2EFBE background.


Related colors

Complementary color

Complementary color for #hex is #3D1041.


I love getcolorcode.com

Triadic colors

1 #BEC2EF and #EFBEC2 with #C2EFBE are triadic colors.

2 #BEEFC2 and #EFC2BE with #C2EFBE are triadic colors.