COLOR #CABD66

HEX: #CABD66 RGB: (202,189,102)

Color info

#CABD66 contains mainly red and green colors. Web safe color of #CABD66 is #CCCC66 (or #CC6).

RGB color model

#CABD66 color RGB value is (202,189,102).

RGB: (202,189,102) (79%, 74%, 40%)

RGB channels and saturation

R 202 of 255 = 79%
G 189 of 255 = 74%
B 102 of 255 = 40%

202
189
102

R + G + B ~ 64%. #CABD66 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 189 + 102 = 493 (100%)
R 202 of 493 ~ 40.97%
G 189 of 493 ~ 38.34%
B 102 of 493 ~ 20.69'%

%40.97
%38.34
%20.69

CMYK color model

#CABD66 color CMYK value is (0,6,50,21).

  • cyan value is 0.00%
  • magenta value is 6.44%
  • yellow value is 49.50%
  • key color value is 20.78%

CMYK: (0,6,50,21)
C0M6Y50K21 (0%, 6%, 50%, 21%)
(0.00 / 0.06 / 0.50 / 0.21)

CMYK percentages

%0
%6.44
%49.5
%20.78

Codes

Color #CABD66 in popluar color models

CA BD 66
RGB 202 189 102
HSL 52° 48.54% 59.61%
HSB/HSV 52° 49.50% 79.22%
CMYK 0.00% 6.44% 49.50%
20.78%

Color #CABD66 in popluar number systems.

HEX CA BD 66
Decimal 202 189 102
Binary 11001010 10111101 1100110
Octal 312 275 146

Shades and tints

Shades of #CABD66

#CABD66
(202,189,102)
#B8AC5D
(184,172,93)
#A69B54
(166,155,84)
#948A4B
(148,138,75)
#827942
(130,121,66)
#706839
(112,104,57)
#5E5730
(94,87,48)
#4C4627
(76,70,39)
#3A351E
(58,53,30)
#282415
(40,36,21)
#16130C
(22,19,12)
#000000
(0,0,0)

Tints of #CABD66

#CABD66
(202,189,102)
#CEC373
(206,195,115)
#D2C980
(210,201,128)
#D6CF8D
(214,207,141)
#DAD59A
(218,213,154)
#DEDBA7
(222,219,167)
#E2E1B4
(226,225,180)
#E6E7C1
(230,231,193)
#EAEDCE
(234,237,206)
#EEF3DB
(238,243,219)
#F2F9E8
(242,249,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABD66 color. Also use rgb(202,189,102) instead hex code.

Text Font Color

.myTextColor { color: #CABD66; }

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

This text font color is #CABD66.

Background Color

.myBgColor { background-color: #CABD66; }

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

This div background color is #CABD66.

Border color

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

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

This div border color is #CABD66.

Opacity

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

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

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

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

This text has shadow with #CABD66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABD66.

Preview

Color preview on black background

This text has color #CABD66 on black background.


Color preview on white background

This text has color #CABD66 on white background.


Black color preview on #CABD66 background

This text has black color on #CABD66 background.


White color preview on #CABD66 background

This text has white color on #CABD66 background.


Related colors

Complementary color

Complementary color for #hex is #354299.


I love getcolorcode.com

Triadic colors

1 #66CABD and #BD66CA with #CABD66 are triadic colors.

2 #66BDCA and #BDCA66 with #CABD66 are triadic colors.