COLOR #C4EB69

HEX: #C4EB69
RGB: (196,235,105)

Color info

#C4EB69 contains mainly red and green colors. Web safe color of #C4EB69 is #CCFF66 (or #CF6).

RGB color model

#C4EB69 color RGB value is (196,235,105).

  • red value is 196;
  • green value is 235;
  • blue value is 105.
RGB:
(196,235,105)
(77%,92%,41%)

RGB channels and saturation

R 196 of 255 = 77%
G 235 of 255 = 92%
B 105 of 255 = 41%

196
235
105

R + G + B ~ 70%. #C4EB69 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 235 + 105 = 536 (100%)
R 196 of 536 ~ 36.57%
G 235 of 536 ~ 43.84%
B 105 of 536 ~ 19.59%

%36.57
%43.84
%19.59

CMYK color model

#C4EB69 color CMYK value is (17,0,55,8).

  • cyan value is 16.60%
  • magenta value is 0.00%
  • yellow value is 55.32%
  • key color value is 7.84%
CMYK:
(17,0,55,8)
C17M0Y55K8 
(17%,0%,55%,8%)
(0.17/0.00/0.55/0.08)	

CMYK percentages

%16.6
%0
%55.32
%7.84

Codes

Color #C4EB69 in popluar color models

C4EB69
RGB196235105
HSL78°76.47%66.67%
HSB/HSV78°55.32%92.16%
CMYK16.60%0.00%55.32%
7.84%

Color #C4EB69 in popluar number systems.

HEXC4EB69
Decimal196235105
Binary11000100111010111101001
Octal304353151

Shades and tints

Shades of #C4EB69

#C4EB69
(196,235,105)
#B3D660
(179,214,96)
#A2C157
(162,193,87)
#91AC4E
(145,172,78)
#809745
(128,151,69)
#6F823C
(111,130,60)
#5E6D33
(94,109,51)
#4D582A
(77,88,42)
#3C4321
(60,67,33)
#2B2E18
(43,46,24)
#1A190F
(26,25,15)
#000000
(0,0,0)

Tints of #C4EB69

#C4EB69
(196,235,105)
#C9EC76
(201,236,118)
#CEED83
(206,237,131)
#D3EE90
(211,238,144)
#D8EF9D
(216,239,157)
#DDF0AA
(221,240,170)
#E2F1B7
(226,241,183)
#E7F2C4
(231,242,196)
#ECF3D1
(236,243,209)
#F1F4DE
(241,244,222)
#F6F5EB
(246,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4EB69 color. Also use rgb(196,235,105) instead hex code.

Text Font Color

.myTextColor { color: #C4EB69; }

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

This text font color is #C4EB69.


Background Color

.myBgColor { background-color: #C4EB69; }

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

This div background color is #C4EB69.


Border color

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

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

This div border color is #C4EB69.


Opacity

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

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

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

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

This text has shadow with #C4EB69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4EB69 on black background.


Color preview on white background

This text has color #C4EB69 on white background.



Black color preview on #C4EB69 background

This text has black color on #C4EB69 background.


White color preview on #C4EB69 background

This text has white color on #C4EB69 background.