COLOR #CAF688

HEX: #CAF688
RGB: (202,246,136)

Color info

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

RGB color model

#CAF688 color RGB value is (202,246,136).

  • red value is 202;
  • green value is 246;
  • blue value is 136.
RGB:
(202,246,136)
(79%,96%,53%)

RGB channels and saturation

R 202 of 255 = 79%
G 246 of 255 = 96%
B 136 of 255 = 53%

202
246
136

R + G + B ~ 76%. #CAF688 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 246 + 136 = 584 (100%)
R 202 of 584 ~ 34.59%
G 246 of 584 ~ 42.12%
B 136 of 584 ~ 23.29%

%34.59
%42.12
%23.29

CMYK color model

#CAF688 color CMYK value is (18,0,45,4).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 44.72%
  • key color value is 3.53%
CMYK:
(18,0,45,4)
C18M0Y45K4 
(18%,0%,45%,4%)
(0.18/0.00/0.45/0.04)	

CMYK percentages

%17.89
%0
%44.72
%3.53

Codes

Color #CAF688 in popluar color models

CAF688
RGB202246136
HSL84°85.94%74.90%
HSB/HSV84°44.72%96.47%
CMYK17.89%0.00%44.72%
3.53%

Color #CAF688 in popluar number systems.

HEXCAF688
Decimal202246136
Binary110010101111011010001000
Octal312366210

Shades and tints

Shades of #CAF688

#CAF688
(202,246,136)
#B8E07C
(184,224,124)
#A6CA70
(166,202,112)
#94B464
(148,180,100)
#829E58
(130,158,88)
#70884C
(112,136,76)
#5E7240
(94,114,64)
#4C5C34
(76,92,52)
#3A4628
(58,70,40)
#28301C
(40,48,28)
#161A10
(22,26,16)
#000000
(0,0,0)

Tints of #CAF688

#CAF688
(202,246,136)
#CEF692
(206,246,146)
#D2F69C
(210,246,156)
#D6F6A6
(214,246,166)
#DAF6B0
(218,246,176)
#DEF6BA
(222,246,186)
#E2F6C4
(226,246,196)
#E6F6CE
(230,246,206)
#EAF6D8
(234,246,216)
#EEF6E2
(238,246,226)
#F2F6EC
(242,246,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAF688 color. Also use rgb(202,246,136) instead hex code.

Text Font Color

.myTextColor { color: #CAF688; }

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

This text font color is #CAF688.


Background Color

.myBgColor { background-color: #CAF688; }

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

This div background color is #CAF688.


Border color

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

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

This div border color is #CAF688.


Opacity

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

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

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

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

This text has shadow with #CAF688 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAF688 on black background.


Color preview on white background

This text has color #CAF688 on white background.



Black color preview on #CAF688 background

This text has black color on #CAF688 background.


White color preview on #CAF688 background

This text has white color on #CAF688 background.