COLOR #C69E8F

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
158
143

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

Portions of RGB colors in percentages

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

%39.68
%31.66
%28.66

CMYK color model

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

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

CMYK percentages

%0
%20.2
%27.78
%22.35

Codes

Color #C69E8F in popluar color models

C69E8F
RGB198158143
HSL16°32.54%66.86%
HSB/HSV16°27.78%77.65%
CMYK0.00%20.20%27.78%
22.35%

Color #C69E8F in popluar number systems.

HEXC69E8F
Decimal198158143
Binary110001101001111010001111
Octal306236217

Shades and tints

Shades of #C69E8F

#C69E8F
(198,158,143)
#B49082
(180,144,130)
#A28275
(162,130,117)
#907468
(144,116,104)
#7E665B
(126,102,91)
#6C584E
(108,88,78)
#5A4A41
(90,74,65)
#483C34
(72,60,52)
#362E27
(54,46,39)
#24201A
(36,32,26)
#12120D
(18,18,13)
#000000
(0,0,0)

Tints of #C69E8F

#C69E8F
(198,158,143)
#CBA699
(203,166,153)
#D0AEA3
(208,174,163)
#D5B6AD
(213,182,173)
#DABEB7
(218,190,183)
#DFC6C1
(223,198,193)
#E4CECB
(228,206,203)
#E9D6D5
(233,214,213)
#EEDEDF
(238,222,223)
#F3E6E9
(243,230,233)
#F8EEF3
(248,238,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69E8F; }

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

This text font color is #C69E8F.


Background Color

.myBgColor { background-color: #C69E8F; }

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

This div background color is #C69E8F.


Border color

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

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

This div border color is #C69E8F.


Opacity

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

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

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

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

This text has shadow with #C69E8F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69E8F on black background.


Color preview on white background

This text has color #C69E8F on white background.



Black color preview on #C69E8F background

This text has black color on #C69E8F background.


White color preview on #C69E8F background

This text has white color on #C69E8F background.