COLOR #C688AB

HEX: #C688AB
RGB: (198,136,171)

Color info

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

RGB color model

#C688AB color RGB value is (198,136,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 136 of 255 = 53%
B 171 of 255 = 67%

198
136
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 136 + 171 = 505 (100%)
R 198 of 505 ~ 39.21%
G 136 of 505 ~ 26.93%
B 171 of 505 ~ 33.86%

%39.21
%26.93
%33.86

CMYK color model

#C688AB color CMYK value is (0,31,14,22).

  • cyan value is 0.00%
  • magenta value is 31.31%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK: (0,31,14,22) C0M31Y14K22 (0%,31%,14%,22%) (0.00/0.31/0.14/0.22)

CMYK percentages

%0
%31.31
%13.64
%22.35

Codes

Color #C688AB in popluar color models

C688AB
RGB198136171
HSL326°35.23%65.49%
HSB/HSV326°31.31%77.65%
CMYK0.00%31.31%13.64%
22.35%

Color #C688AB in popluar number systems.

HEXC688AB
Decimal198136171
Binary110001101000100010101011
Octal306210253

Shades and tints

Shades of #C688AB

#C688AB
(198,136,171)
#B47C9C
(180,124,156)
#A2708D
(162,112,141)
#90647E
(144,100,126)
#7E586F
(126,88,111)
#6C4C60
(108,76,96)
#5A4051
(90,64,81)
#483442
(72,52,66)
#362833
(54,40,51)
#241C24
(36,28,36)
#121015
(18,16,21)
#000000
(0,0,0)

Tints of #C688AB

#C688AB
(198,136,171)
#CB92B2
(203,146,178)
#D09CB9
(208,156,185)
#D5A6C0
(213,166,192)
#DAB0C7
(218,176,199)
#DFBACE
(223,186,206)
#E4C4D5
(228,196,213)
#E9CEDC
(233,206,220)
#EED8E3
(238,216,227)
#F3E2EA
(243,226,234)
#F8ECF1
(248,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C688AB; }

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

This text font color is #C688AB.


Background Color

.myBgColor { background-color: #C688AB; }

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

This div background color is #C688AB.


Border color

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

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

This div border color is #C688AB.


Opacity

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

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

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

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

This text has shadow with #C688AB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C688AB on black background.


Color preview on white background

This text has color #C688AB on white background.



Black color preview on #C688AB background

This text has black color on #C688AB background.


White color preview on #C688AB background

This text has white color on #C688AB background.