COLOR #C689AD

HEX: #C689AD
RGB: (198,137,173)

Color info

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

RGB color model

#C689AD color RGB value is (198,137,173).

  • red value is 198;
  • green value is 137;
  • blue value is 173.
RGB:
(198,137,173)
(78%,54%,68%)

RGB channels and saturation

R 198 of 255 = 78%
G 137 of 255 = 54%
B 173 of 255 = 68%

198
137
173

R + G + B ~ 67%. #C689AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 137 + 173 = 508 (100%)
R 198 of 508 ~ 38.98%
G 137 of 508 ~ 26.97%
B 173 of 508 ~ 34.06%

%38.98
%26.97
%34.06

CMYK color model

#C689AD color CMYK value is (0,31,13,22).

  • cyan value is 0.00%
  • magenta value is 30.81%
  • yellow value is 12.63%
  • key color value is 22.35%
CMYK:
(0,31,13,22)
C0M31Y13K22 
(0%,31%,13%,22%)
(0.00/0.31/0.13/0.22)	

CMYK percentages

%0
%30.81
%12.63
%22.35

Codes

Color #C689AD in popluar color models

C689AD
RGB198137173
HSL325°34.86%65.69%
HSB/HSV325°30.81%77.65%
CMYK0.00%30.81%12.63%
22.35%

Color #C689AD in popluar number systems.

HEXC689AD
Decimal198137173
Binary110001101000100110101101
Octal306211255

Shades and tints

Shades of #C689AD

#C689AD
(198,137,173)
#B47D9E
(180,125,158)
#A2718F
(162,113,143)
#906580
(144,101,128)
#7E5971
(126,89,113)
#6C4D62
(108,77,98)
#5A4153
(90,65,83)
#483544
(72,53,68)
#362935
(54,41,53)
#241D26
(36,29,38)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #C689AD

#C689AD
(198,137,173)
#CB93B4
(203,147,180)
#D09DBB
(208,157,187)
#D5A7C2
(213,167,194)
#DAB1C9
(218,177,201)
#DFBBD0
(223,187,208)
#E4C5D7
(228,197,215)
#E9CFDE
(233,207,222)
#EED9E5
(238,217,229)
#F3E3EC
(243,227,236)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C689AD; }

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

This text font color is #C689AD.


Background Color

.myBgColor { background-color: #C689AD; }

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

This div background color is #C689AD.


Border color

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

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

This div border color is #C689AD.


Opacity

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

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

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

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

This text has shadow with #C689AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C689AD on black background.


Color preview on white background

This text has color #C689AD on white background.



Black color preview on #C689AD background

This text has black color on #C689AD background.


White color preview on #C689AD background

This text has white color on #C689AD background.