COLOR #C695BA

HEX: #C695BA
RGB: (198,149,186)

Color info

#C695BA contains red, green and blue colors in about the same proportion. Web safe color of #C695BA is #CC99CC (or #C9C).

RGB color model

#C695BA color RGB value is (198,149,186).

  • red value is 198;
  • green value is 149;
  • blue value is 186.
RGB:
(198,149,186)
(78%,58%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 186 of 255 = 73%

198
149
186

R + G + B ~ 70%. #C695BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 186 = 533 (100%)
R 198 of 533 ~ 37.15%
G 149 of 533 ~ 27.95%
B 186 of 533 ~ 34.9%

%37.15
%27.95
%34.9

CMYK color model

#C695BA color CMYK value is (0,25,6,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 6.06%
  • key color value is 22.35%
CMYK:
(0,25,6,22)
C0M25Y6K22 
(0%,25%,6%,22%)
(0.00/0.25/0.06/0.22)	

CMYK percentages

%0
%24.75
%6.06
%22.35

Codes

Color #C695BA in popluar color models

C695BA
RGB198149186
HSL315°30.06%68.04%
HSB/HSV315°24.75%77.65%
CMYK0.00%24.75%6.06%
22.35%

Color #C695BA in popluar number systems.

HEXC695BA
Decimal198149186
Binary110001101001010110111010
Octal306225272

Shades and tints

Shades of #C695BA

#C695BA
(198,149,186)
#B488AA
(180,136,170)
#A27B9A
(162,123,154)
#906E8A
(144,110,138)
#7E617A
(126,97,122)
#6C546A
(108,84,106)
#5A475A
(90,71,90)
#483A4A
(72,58,74)
#362D3A
(54,45,58)
#24202A
(36,32,42)
#12131A
(18,19,26)
#000000
(0,0,0)

Tints of #C695BA

#C695BA
(198,149,186)
#CB9EC0
(203,158,192)
#D0A7C6
(208,167,198)
#D5B0CC
(213,176,204)
#DAB9D2
(218,185,210)
#DFC2D8
(223,194,216)
#E4CBDE
(228,203,222)
#E9D4E4
(233,212,228)
#EEDDEA
(238,221,234)
#F3E6F0
(243,230,240)
#F8EFF6
(248,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C695BA color. Also use rgb(198,149,186) instead hex code.

Text Font Color

.myTextColor { color: #C695BA; }

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

This text font color is #C695BA.


Background Color

.myBgColor { background-color: #C695BA; }

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

This div background color is #C695BA.


Border color

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

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

This div border color is #C695BA.


Opacity

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

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

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

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

This text has shadow with #C695BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C695BA on black background.


Color preview on white background

This text has color #C695BA on white background.



Black color preview on #C695BA background

This text has black color on #C695BA background.


White color preview on #C695BA background

This text has white color on #C695BA background.