COLOR #C189D2

HEX: #C189D2
RGB: (193,137,210)

Color info

#C189D2 contains mainly red and blue colors. Web safe color of #C189D2 is #CC99CC (or #C9C).

RGB color model

#C189D2 color RGB value is (193,137,210).

  • red value is 193;
  • green value is 137;
  • blue value is 210.
RGB:
(193,137,210)
(76%,54%,82%)

RGB channels and saturation

R 193 of 255 = 76%
G 137 of 255 = 54%
B 210 of 255 = 82%

193
137
210

R + G + B ~ 71%. #C189D2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 137 + 210 = 540 (100%)
R 193 of 540 ~ 35.74%
G 137 of 540 ~ 25.37%
B 210 of 540 ~ 38.89%

%35.74
%25.37
%38.89

CMYK color model

#C189D2 color CMYK value is (8,35,0,18).

  • cyan value is 8.10%
  • magenta value is 34.76%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(8,35,0,18)
C8M35Y0K18 
(8%,35%,0%,18%)
(0.08/0.35/0.00/0.18)	

CMYK percentages

%8.1
%34.76
%0
%17.65

Codes

Color #C189D2 in popluar color models

C189D2
RGB193137210
HSL286°44.79%68.04%
HSB/HSV286°34.76%82.35%
CMYK8.10%34.76%0.00%
17.65%

Color #C189D2 in popluar number systems.

HEXC189D2
Decimal193137210
Binary110000011000100111010010
Octal301211322

Shades and tints

Shades of #C189D2

#C189D2
(193,137,210)
#B07DBF
(176,125,191)
#9F71AC
(159,113,172)
#8E6599
(142,101,153)
#7D5986
(125,89,134)
#6C4D73
(108,77,115)
#5B4160
(91,65,96)
#4A354D
(74,53,77)
#39293A
(57,41,58)
#281D27
(40,29,39)
#171114
(23,17,20)
#000000
(0,0,0)

Tints of #C189D2

#C189D2
(193,137,210)
#C693D6
(198,147,214)
#CB9DDA
(203,157,218)
#D0A7DE
(208,167,222)
#D5B1E2
(213,177,226)
#DABBE6
(218,187,230)
#DFC5EA
(223,197,234)
#E4CFEE
(228,207,238)
#E9D9F2
(233,217,242)
#EEE3F6
(238,227,246)
#F3EDFA
(243,237,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C189D2 color. Also use rgb(193,137,210) instead hex code.

Text Font Color

.myTextColor { color: #C189D2; }

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

This text font color is #C189D2.


Background Color

.myBgColor { background-color: #C189D2; }

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

This div background color is #C189D2.


Border color

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

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

This div border color is #C189D2.


Opacity

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

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

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

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

This text has shadow with #C189D2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C189D2 on black background.


Color preview on white background

This text has color #C189D2 on white background.



Black color preview on #C189D2 background

This text has black color on #C189D2 background.


White color preview on #C189D2 background

This text has white color on #C189D2 background.