COLOR #C4EFB3

HEX: #C4EFB3 RGB: (196,239,179)

Color info

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

RGB color model

#C4EFB3 color RGB value is (196,239,179).

RGB: (196,239,179) (77%, 94%, 70%)

RGB channels and saturation

R 196 of 255 = 77%
G 239 of 255 = 94%
B 179 of 255 = 70%

196
239
179

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

Portions of RGB colors in percentages

R + G + B = 196 + 239 + 179 = 614 (100%)
R 196 of 614 ~ 31.92%
G 239 of 614 ~ 38.93%
B 179 of 614 ~ 29.15'%

%31.92
%38.93
%29.15

CMYK color model

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

  • cyan value is 17.99%
  • magenta value is 0.00%
  • yellow value is 25.10%
  • key color value is 6.27%

CMYK: (18,0,25,6)
C18M0Y25K6 (18%, 0%, 25%, 6%)
(0.18 / 0.00 / 0.25 / 0.06)

CMYK percentages

%17.99
%0
%25.1
%6.27

Codes

Color #C4EFB3 in popluar color models

C4 EF B3
RGB 196 239 179
HSL 103° 65.22% 81.96%
HSB/HSV 103° 25.10% 93.73%
CMYK 17.99% 0.00% 25.10%
6.27%

Color #C4EFB3 in popluar number systems.

HEX C4 EF B3
Decimal 196 239 179
Binary 11000100 11101111 10110011
Octal 304 357 263

Shades and tints

Shades of #C4EFB3

#C4EFB3
(196,239,179)
#B3DAA3
(179,218,163)
#A2C593
(162,197,147)
#91B083
(145,176,131)
#809B73
(128,155,115)
#6F8663
(111,134,99)
#5E7153
(94,113,83)
#4D5C43
(77,92,67)
#3C4733
(60,71,51)
#2B3223
(43,50,35)
#1A1D13
(26,29,19)
#000000
(0,0,0)

Tints of #C4EFB3

#C4EFB3
(196,239,179)
#C9F0B9
(201,240,185)
#CEF1BF
(206,241,191)
#D3F2C5
(211,242,197)
#D8F3CB
(216,243,203)
#DDF4D1
(221,244,209)
#E2F5D7
(226,245,215)
#E7F6DD
(231,246,221)
#ECF7E3
(236,247,227)
#F1F8E9
(241,248,233)
#F6F9EF
(246,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EFB3 color. Also use rgb(196,239,179) instead hex code.

Text Font Color

.myTextColor { color: #C4EFB3; }

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

This text font color is #C4EFB3.

Background Color

.myBgColor { background-color: #C4EFB3; }

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

This div background color is #C4EFB3.

Border color

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

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

This div border color is #C4EFB3.

Opacity

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

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

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

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

This text has shadow with #C4EFB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4EFB3.

Preview

Color preview on black background

This text has color #C4EFB3 on black background.


Color preview on white background

This text has color #C4EFB3 on white background.


Black color preview on #C4EFB3 background

This text has black color on #C4EFB3 background.


White color preview on #C4EFB3 background

This text has white color on #C4EFB3 background.


Related colors

Complementary color

Complementary color for #hex is #3B104C.


I love getcolorcode.com

Triadic colors

1 #B3C4EF and #EFB3C4 with #C4EFB3 are triadic colors.

2 #B3EFC4 and #EFC4B3 with #C4EFB3 are triadic colors.