COLOR #C685AB

HEX: #C685AB
RGB: (198,133,171)

Color info

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

RGB color model

#C685AB color RGB value is (198,133,171).

  • red value is 198;
  • green value is 133;
  • blue value is 171.
RGB:
(198,133,171)
(78%,52%,67%)

RGB channels and saturation

R 198 of 255 = 78%
G 133 of 255 = 52%
B 171 of 255 = 67%

198
133
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 133 + 171 = 502 (100%)
R 198 of 502 ~ 39.44%
G 133 of 502 ~ 26.49%
B 171 of 502 ~ 34.06%

%39.44
%26.49
%34.06

CMYK color model

#C685AB color CMYK value is (0,33,14,22).

  • cyan value is 0.00%
  • magenta value is 32.83%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,33,14,22)
C0M33Y14K22 
(0%,33%,14%,22%)
(0.00/0.33/0.14/0.22)	

CMYK percentages

%0
%32.83
%13.64
%22.35

Codes

Color #C685AB in popluar color models

C685AB
RGB198133171
HSL325°36.31%64.90%
HSB/HSV325°32.83%77.65%
CMYK0.00%32.83%13.64%
22.35%

Color #C685AB in popluar number systems.

HEXC685AB
Decimal198133171
Binary110001101000010110101011
Octal306205253

Shades and tints

Shades of #C685AB

#C685AB
(198,133,171)
#B4799C
(180,121,156)
#A26D8D
(162,109,141)
#90617E
(144,97,126)
#7E556F
(126,85,111)
#6C4960
(108,73,96)
#5A3D51
(90,61,81)
#483142
(72,49,66)
#362533
(54,37,51)
#241924
(36,25,36)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #C685AB

#C685AB
(198,133,171)
#CB90B2
(203,144,178)
#D09BB9
(208,155,185)
#D5A6C0
(213,166,192)
#DAB1C7
(218,177,199)
#DFBCCE
(223,188,206)
#E4C7D5
(228,199,213)
#E9D2DC
(233,210,220)
#EEDDE3
(238,221,227)
#F3E8EA
(243,232,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C685AB color. Also use rgb(198,133,171) instead hex code.

Text Font Color

.myTextColor { color: #C685AB; }

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

This text font color is #C685AB.


Background Color

.myBgColor { background-color: #C685AB; }

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

This div background color is #C685AB.


Border color

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

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

This div border color is #C685AB.


Opacity

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

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

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

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

This text has shadow with #C685AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C685AB on black background.


Color preview on white background

This text has color #C685AB on white background.



Black color preview on #C685AB background

This text has black color on #C685AB background.


White color preview on #C685AB background

This text has white color on #C685AB background.