COLOR #C68F9E

HEX: #C68F9E
RGB: (198,143,158)

Color info

#C68F9E contains red, green and blue colors in about the same proportion. Web safe color of #C68F9E is #CC9999 (or #C99).

RGB color model

#C68F9E color RGB value is (198,143,158).

  • red value is 198;
  • green value is 143;
  • blue value is 158.
RGB:
(198,143,158)
(78%,56%,62%)

RGB channels and saturation

R 198 of 255 = 78%
G 143 of 255 = 56%
B 158 of 255 = 62%

198
143
158

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

Portions of RGB colors in percentages

R + G + B =
198 + 143 + 158 = 499 (100%)
R 198 of 499 ~ 39.68%
G 143 of 499 ~ 28.66%
B 158 of 499 ~ 31.66%

%39.68
%28.66
%31.66

CMYK color model

#C68F9E color CMYK value is (0,28,20,22).

  • cyan value is 0.00%
  • magenta value is 27.78%
  • yellow value is 20.20%
  • key color value is 22.35%
CMYK:
(0,28,20,22)
C0M28Y20K22 
(0%,28%,20%,22%)
(0.00/0.28/0.20/0.22)	

CMYK percentages

%0
%27.78
%20.2
%22.35

Codes

Color #C68F9E in popluar color models

C68F9E
RGB198143158
HSL344°32.54%66.86%
HSB/HSV344°27.78%77.65%
CMYK0.00%27.78%20.20%
22.35%

Color #C68F9E in popluar number systems.

HEXC68F9E
Decimal198143158
Binary110001101000111110011110
Octal306217236

Shades and tints

Shades of #C68F9E

#C68F9E
(198,143,158)
#B48290
(180,130,144)
#A27582
(162,117,130)
#906874
(144,104,116)
#7E5B66
(126,91,102)
#6C4E58
(108,78,88)
#5A414A
(90,65,74)
#48343C
(72,52,60)
#36272E
(54,39,46)
#241A20
(36,26,32)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #C68F9E

#C68F9E
(198,143,158)
#CB99A6
(203,153,166)
#D0A3AE
(208,163,174)
#D5ADB6
(213,173,182)
#DAB7BE
(218,183,190)
#DFC1C6
(223,193,198)
#E4CBCE
(228,203,206)
#E9D5D6
(233,213,214)
#EEDFDE
(238,223,222)
#F3E9E6
(243,233,230)
#F8F3EE
(248,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68F9E color. Also use rgb(198,143,158) instead hex code.

Text Font Color

.myTextColor { color: #C68F9E; }

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

This text font color is #C68F9E.


Background Color

.myBgColor { background-color: #C68F9E; }

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

This div background color is #C68F9E.


Border color

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

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

This div border color is #C68F9E.


Opacity

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

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

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

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

This text has shadow with #C68F9E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68F9E on black background.


Color preview on white background

This text has color #C68F9E on white background.



Black color preview on #C68F9E background

This text has black color on #C68F9E background.


White color preview on #C68F9E background

This text has white color on #C68F9E background.