COLOR #C688A7

HEX: #C688A7
RGB: (198,136,167)

Color info

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

RGB color model

#C688A7 color RGB value is (198,136,167).

  • red value is 198;
  • green value is 136;
  • blue value is 167.
RGB:
(198,136,167)
(78%,53%,65%)

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 167 of 255 = 65%

198
136
167

R + G + B ~ 65%. #C688A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 136 + 167 = 501 (100%)
R 198 of 501 ~ 39.52%
G 136 of 501 ~ 27.15%
B 167 of 501 ~ 33.33%

%39.52
%27.15
%33.33

CMYK color model

#C688A7 color CMYK value is (0,31,16,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 15.66%
  • key color value is 22.35%
CMYK:
(0,31,16,22)
C0M31Y16K22 
(0%,31%,16%,22%)
(0.00/0.31/0.16/0.22)	

CMYK percentages

%0
%31.31
%15.66
%22.35

Codes

Color #C688A7 in popluar color models

C688A7
RGB198136167
HSL330°35.23%65.49%
HSB/HSV330°31.31%77.65%
CMYK0.00%31.31%15.66%
22.35%

Color #C688A7 in popluar number systems.

HEXC688A7
Decimal198136167
Binary110001101000100010100111
Octal306210247

Shades and tints

Shades of #C688A7

#C688A7
(198,136,167)
#B47C98
(180,124,152)
#A27089
(162,112,137)
#90647A
(144,100,122)
#7E586B
(126,88,107)
#6C4C5C
(108,76,92)
#5A404D
(90,64,77)
#48343E
(72,52,62)
#36282F
(54,40,47)
#241C20
(36,28,32)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #C688A7

#C688A7
(198,136,167)
#CB92AF
(203,146,175)
#D09CB7
(208,156,183)
#D5A6BF
(213,166,191)
#DAB0C7
(218,176,199)
#DFBACF
(223,186,207)
#E4C4D7
(228,196,215)
#E9CEDF
(233,206,223)
#EED8E7
(238,216,231)
#F3E2EF
(243,226,239)
#F8ECF7
(248,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C688A7 color. Also use rgb(198,136,167) instead hex code.

Text Font Color

.myTextColor { color: #C688A7; }

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

This text font color is #C688A7.


Background Color

.myBgColor { background-color: #C688A7; }

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

This div background color is #C688A7.


Border color

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

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

This div border color is #C688A7.


Opacity

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

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

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

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

This text has shadow with #C688A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C688A7 on black background.


Color preview on white background

This text has color #C688A7 on white background.



Black color preview on #C688A7 background

This text has black color on #C688A7 background.


White color preview on #C688A7 background

This text has white color on #C688A7 background.