COLOR #CA998A

HEX: #CA998A
RGB: (202,153,138)

Color info

#CA998A contains mainly red and green colors. Web safe color of #CA998A is #CC9999 (or #C99).

RGB color model

#CA998A color RGB value is (202,153,138).

  • red value is 202;
  • green value is 153;
  • blue value is 138.
RGB:
(202,153,138)
(79%,60%,54%)

RGB channels and saturation

R 202 of 255 = 79%
G 153 of 255 = 60%
B 138 of 255 = 54%

202
153
138

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

Portions of RGB colors in percentages

R + G + B =
202 + 153 + 138 = 493 (100%)
R 202 of 493 ~ 40.97%
G 153 of 493 ~ 31.03%
B 138 of 493 ~ 27.99%

%40.97
%31.03
%27.99

CMYK color model

#CA998A color CMYK value is (0,24,32,21).

  • cyan value is 0.00%
  • magenta value is 24.26%
  • yellow value is 31.68%
  • key color value is 20.78%
CMYK:
(0,24,32,21)
C0M24Y32K21 
(0%,24%,32%,21%)
(0.00/0.24/0.32/0.21)	

CMYK percentages

%0
%24.26
%31.68
%20.78

Codes

Color #CA998A in popluar color models

CA998A
RGB202153138
HSL14°37.65%66.67%
HSB/HSV14°31.68%79.22%
CMYK0.00%24.26%31.68%
20.78%

Color #CA998A in popluar number systems.

HEXCA998A
Decimal202153138
Binary110010101001100110001010
Octal312231212

Shades and tints

Shades of #CA998A

#CA998A
(202,153,138)
#B88C7E
(184,140,126)
#A67F72
(166,127,114)
#947266
(148,114,102)
#82655A
(130,101,90)
#70584E
(112,88,78)
#5E4B42
(94,75,66)
#4C3E36
(76,62,54)
#3A312A
(58,49,42)
#28241E
(40,36,30)
#161712
(22,23,18)
#000000
(0,0,0)

Tints of #CA998A

#CA998A
(202,153,138)
#CEA294
(206,162,148)
#D2AB9E
(210,171,158)
#D6B4A8
(214,180,168)
#DABDB2
(218,189,178)
#DEC6BC
(222,198,188)
#E2CFC6
(226,207,198)
#E6D8D0
(230,216,208)
#EAE1DA
(234,225,218)
#EEEAE4
(238,234,228)
#F2F3EE
(242,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA998A color. Also use rgb(202,153,138) instead hex code.

Text Font Color

.myTextColor { color: #CA998A; }

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

This text font color is #CA998A.


Background Color

.myBgColor { background-color: #CA998A; }

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

This div background color is #CA998A.


Border color

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

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

This div border color is #CA998A.


Opacity

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

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

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

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

This text has shadow with #CA998A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA998A on black background.


Color preview on white background

This text has color #CA998A on white background.



Black color preview on #CA998A background

This text has black color on #CA998A background.


White color preview on #CA998A background

This text has white color on #CA998A background.