COLOR #C6989B

HEX: #C6989B RGB: (198,152,155)

Color info

#C6989B contains red, green and blue colors in about the same proportion. Web safe color of #C6989B is #CC9999 (or #C99).

RGB color model

#C6989B color RGB value is (198,152,155).

RGB: (198,152,155) (78%, 60%, 61%)

RGB channels and saturation

R 198 of 255 = 78%
G 152 of 255 = 60%
B 155 of 255 = 61%

198
152
155

R + G + B ~ 66%. #C6989B is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 152 + 155 = 505 (100%)
R 198 of 505 ~ 39.21%
G 152 of 505 ~ 30.1%
B 155 of 505 ~ 30.69'%

%39.21
%30.1
%30.69

CMYK color model

#C6989B color CMYK value is (0,23,22,22).

  • cyan value is 0.00%
  • magenta value is 23.23%
  • yellow value is 21.72%
  • key color value is 22.35%

CMYK: (0,23,22,22)
C0M23Y22K22 (0%, 23%, 22%, 22%)
(0.00 / 0.23 / 0.22 / 0.22)

CMYK percentages

%0
%23.23
%21.72
%22.35

Codes

Color #C6989B in popluar color models

C6 98 9B
RGB 198 152 155
HSL 356° 28.75% 68.63%
HSB/HSV 356° 23.23% 77.65%
CMYK 0.00% 23.23% 21.72%
22.35%

Color #C6989B in popluar number systems.

HEX C6 98 9B
Decimal 198 152 155
Binary 11000110 10011000 10011011
Octal 306 230 233

Shades and tints

Shades of #C6989B

#C6989B
(198,152,155)
#B48B8D
(180,139,141)
#A27E7F
(162,126,127)
#907171
(144,113,113)
#7E6463
(126,100,99)
#6C5755
(108,87,85)
#5A4A47
(90,74,71)
#483D39
(72,61,57)
#36302B
(54,48,43)
#24231D
(36,35,29)
#12160F
(18,22,15)
#000000
(0,0,0)

Tints of #C6989B

#C6989B
(198,152,155)
#CBA1A4
(203,161,164)
#D0AAAD
(208,170,173)
#D5B3B6
(213,179,182)
#DABCBF
(218,188,191)
#DFC5C8
(223,197,200)
#E4CED1
(228,206,209)
#E9D7DA
(233,215,218)
#EEE0E3
(238,224,227)
#F3E9EC
(243,233,236)
#F8F2F5
(248,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6989B color. Also use rgb(198,152,155) instead hex code.

Text Font Color

.myTextColor { color: #C6989B; }

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

This text font color is #C6989B.

Background Color

.myBgColor { background-color: #C6989B; }

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

This div background color is #C6989B.

Border color

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

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

This div border color is #C6989B.

Opacity

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

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

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

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

This text has shadow with #C6989B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6989B.

Preview

Color preview on black background

This text has color #C6989B on black background.


Color preview on white background

This text has color #C6989B on white background.


Black color preview on #C6989B background

This text has black color on #C6989B background.


White color preview on #C6989B background

This text has white color on #C6989B background.


Related colors

Complementary color

Complementary color for #hex is #396764.


I love getcolorcode.com

Triadic colors

1 #9BC698 and #989BC6 with #C6989B are triadic colors.

2 #9B98C6 and #98C69B with #C6989B are triadic colors.