COLOR #C998BA

HEX: #C998BA RGB: (201,152,186)

Color info

#C998BA contains red, green and blue colors in about the same proportion. Web safe color of #C998BA is #CC99CC (or #C9C).

RGB color model

#C998BA color RGB value is (201,152,186).

RGB: (201,152,186) (79%, 60%, 73%)

RGB channels and saturation

R 201 of 255 = 79%
G 152 of 255 = 60%
B 186 of 255 = 73%

201
152
186

R + G + B ~ 71%. #C998BA is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 152 + 186 = 539 (100%)
R 201 of 539 ~ 37.29%
G 152 of 539 ~ 28.2%
B 186 of 539 ~ 34.51'%

%37.29
%28.2
%34.51

CMYK color model

#C998BA color CMYK value is (0,24,7,21).

  • cyan value is 0.00%
  • magenta value is 24.38%
  • yellow value is 7.46%
  • key color value is 21.18%

CMYK: (0,24,7,21)
C0M24Y7K21 (0%, 24%, 7%, 21%)
(0.00 / 0.24 / 0.07 / 0.21)

CMYK percentages

%0
%24.38
%7.46
%21.18

Codes

Color #C998BA in popluar color models

C9 98 BA
RGB 201 152 186
HSL 318° 31.21% 69.22%
HSB/HSV 318° 24.38% 78.82%
CMYK 0.00% 24.38% 7.46%
21.18%

Color #C998BA in popluar number systems.

HEX C9 98 BA
Decimal 201 152 186
Binary 11001001 10011000 10111010
Octal 311 230 272

Shades and tints

Shades of #C998BA

#C998BA
(201,152,186)
#B78BAA
(183,139,170)
#A57E9A
(165,126,154)
#93718A
(147,113,138)
#81647A
(129,100,122)
#6F576A
(111,87,106)
#5D4A5A
(93,74,90)
#4B3D4A
(75,61,74)
#39303A
(57,48,58)
#27232A
(39,35,42)
#15161A
(21,22,26)
#000000
(0,0,0)

Tints of #C998BA

#C998BA
(201,152,186)
#CDA1C0
(205,161,192)
#D1AAC6
(209,170,198)
#D5B3CC
(213,179,204)
#D9BCD2
(217,188,210)
#DDC5D8
(221,197,216)
#E1CEDE
(225,206,222)
#E5D7E4
(229,215,228)
#E9E0EA
(233,224,234)
#EDE9F0
(237,233,240)
#F1F2F6
(241,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C998BA color. Also use rgb(201,152,186) instead hex code.

Text Font Color

.myTextColor { color: #C998BA; }

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

This text font color is #C998BA.

Background Color

.myBgColor { background-color: #C998BA; }

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

This div background color is #C998BA.

Border color

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

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

This div border color is #C998BA.

Opacity

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

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

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

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

This text has shadow with #C998BA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C998BA.

Preview

Color preview on black background

This text has color #C998BA on black background.


Color preview on white background

This text has color #C998BA on white background.


Black color preview on #C998BA background

This text has black color on #C998BA background.


White color preview on #C998BA background

This text has white color on #C998BA background.


Related colors

Complementary color

Complementary color for #hex is #366745.


I love getcolorcode.com

Triadic colors

1 #BAC998 and #98BAC9 with #C998BA are triadic colors.

2 #BA98C9 and #98C9BA with #C998BA are triadic colors.