COLOR #C689BB

HEX: #C689BB RGB: (198,137,187)

Color info

#C689BB contains mainly red and blue colors. Web safe color of #C689BB is #CC99CC (or #C9C).

RGB color model

#C689BB color RGB value is (198,137,187).

RGB: (198,137,187) (78%, 54%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 187 of 255 = 73%

198
137
187

R + G + B ~ 68%. #C689BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 137 + 187 = 522 (100%)
R 198 of 522 ~ 37.93%
G 137 of 522 ~ 26.25%
B 187 of 522 ~ 35.82'%

%37.93
%26.25
%35.82

CMYK color model

#C689BB color CMYK value is (0,31,6,22).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 5.56%
  • key color value is 22.35%

CMYK: (0,31,6,22)
C0M31Y6K22 (0%, 31%, 6%, 22%)
(0.00 / 0.31 / 0.06 / 0.22)

CMYK percentages

%0
%30.81
%5.56
%22.35

Codes

Color #C689BB in popluar color models

C6 89 BB
RGB 198 137 187
HSL 311° 34.86% 65.69%
HSB/HSV 311° 30.81% 77.65%
CMYK 0.00% 30.81% 5.56%
22.35%

Color #C689BB in popluar number systems.

HEX C6 89 BB
Decimal 198 137 187
Binary 11000110 10001001 10111011
Octal 306 211 273

Shades and tints

Shades of #C689BB

#C689BB
(198,137,187)
#B47DAA
(180,125,170)
#A27199
(162,113,153)
#906588
(144,101,136)
#7E5977
(126,89,119)
#6C4D66
(108,77,102)
#5A4155
(90,65,85)
#483544
(72,53,68)
#362933
(54,41,51)
#241D22
(36,29,34)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C689BB

#C689BB
(198,137,187)
#CB93C1
(203,147,193)
#D09DC7
(208,157,199)
#D5A7CD
(213,167,205)
#DAB1D3
(218,177,211)
#DFBBD9
(223,187,217)
#E4C5DF
(228,197,223)
#E9CFE5
(233,207,229)
#EED9EB
(238,217,235)
#F3E3F1
(243,227,241)
#F8EDF7
(248,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C689BB color. Also use rgb(198,137,187) instead hex code.

Text Font Color

.myTextColor { color: #C689BB; }

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

This text font color is #C689BB.

Background Color

.myBgColor { background-color: #C689BB; }

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

This div background color is #C689BB.

Border color

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

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

This div border color is #C689BB.

Opacity

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

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

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

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

This text has shadow with #C689BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C689BB.

Preview

Color preview on black background

This text has color #C689BB on black background.


Color preview on white background

This text has color #C689BB on white background.


Black color preview on #C689BB background

This text has black color on #C689BB background.


White color preview on #C689BB background

This text has white color on #C689BB background.


Related colors

Complementary color

Complementary color for #hex is #397644.


I love getcolorcode.com

Triadic colors

1 #BBC689 and #89BBC6 with #C689BB are triadic colors.

2 #BB89C6 and #89C6BB with #C689BB are triadic colors.