COLOR #CABC93

HEX: #CABC93 RGB: (202,188,147)

Color info

#CABC93 contains red, green and blue colors in about the same proportion. Web safe color of #CABC93 is #CCCC99 (or #CC9).

RGB color model

#CABC93 color RGB value is (202,188,147).

RGB: (202,188,147) (79%, 74%, 58%)

RGB channels and saturation

R 202 of 255 = 79%
G 188 of 255 = 74%
B 147 of 255 = 58%

202
188
147

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

Portions of RGB colors in percentages

R + G + B = 202 + 188 + 147 = 537 (100%)
R 202 of 537 ~ 37.62%
G 188 of 537 ~ 35.01%
B 147 of 537 ~ 27.37'%

%37.62
%35.01
%27.37

CMYK color model

#CABC93 color CMYK value is (0,7,27,21).

  • cyan value is 0.00%
  • magenta value is 6.93%
  • yellow value is 27.23%
  • key color value is 20.78%
CMYK: (0,7,27,21) C0M7Y27K21 (0%,7%,27%,21%) (0.00/0.07/0.27/0.21) 

CMYK percentages

%0
%6.93
%27.23
%20.78

Codes

Color #CABC93 in popluar color models

CA BC 93
RGB 202 188 147
HSL 45° 34.16% 68.43%
HSB/HSV 45° 27.23% 79.22%
CMYK 0.00% 6.93% 27.23%
20.78%

Color #CABC93 in popluar number systems.

HEX CA BC 93
Decimal 202 188 147
Binary 11001010 10111100 10010011
Octal 312 274 223

Shades and tints

Shades of #CABC93

#CABC93
(202,188,147)
#B8AB86
(184,171,134)
#A69A79
(166,154,121)
#94896C
(148,137,108)
#82785F
(130,120,95)
#706752
(112,103,82)
#5E5645
(94,86,69)
#4C4538
(76,69,56)
#3A342B
(58,52,43)
#28231E
(40,35,30)
#161211
(22,18,17)
#000000
(0,0,0)

Tints of #CABC93

#CABC93
(202,188,147)
#CEC29C
(206,194,156)
#D2C8A5
(210,200,165)
#D6CEAE
(214,206,174)
#DAD4B7
(218,212,183)
#DEDAC0
(222,218,192)
#E2E0C9
(226,224,201)
#E6E6D2
(230,230,210)
#EAECDB
(234,236,219)
#EEF2E4
(238,242,228)
#F2F8ED
(242,248,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CABC93 color. Also use rgb(202,188,147) instead hex code.

Text Font Color

.myTextColor { color: #CABC93; }

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

This text font color is #CABC93.

Background Color

.myBgColor { background-color: #CABC93; }

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

This div background color is #CABC93.

Border color

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

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

This div border color is #CABC93.

Opacity

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

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

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

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

This text has shadow with #CABC93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABC93.

Preview

Color preview on black background

This text has color #CABC93 on black background.


Color preview on white background

This text has color #CABC93 on white background.


Black color preview on #CABC93 background

This text has black color on #CABC93 background.


White color preview on #CABC93 background

This text has white color on #CABC93 background.


Related colors

Complementary color

Complementary color for #hex is #35436C.


I love getcolorcode.com

Triadic colors

1 #93CABC and #BC93CA with #CABC93 are triadic colors.

2 #93BCCA and #BCCA93 with #CABC93 are triadic colors.