COLOR #C768BD

HEX: #C768BD
RGB: (199,104,189)

Color info

#C768BD contains mainly red and blue colors. Web safe color of #C768BD is #CC66CC (or #C6C).

RGB color model

#C768BD color RGB value is (199,104,189).

  • red value is 199;
  • green value is 104;
  • blue value is 189.
RGB:
(199,104,189)
(78%,41%,74%)

RGB channels and saturation

R 199 of 255 = 78%
G 104 of 255 = 41%
B 189 of 255 = 74%

199
104
189

R + G + B ~ 64%. #C768BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 104 + 189 = 492 (100%)
R 199 of 492 ~ 40.45%
G 104 of 492 ~ 21.14%
B 189 of 492 ~ 38.41%

%40.45
%21.14
%38.41

CMYK color model

#C768BD color CMYK value is (0,48,5,22).

  • cyan value is 0.00%
  • magenta value is 47.74%
  • yellow value is 5.03%
  • key color value is 21.96%
CMYK:
(0,48,5,22)
C0M48Y5K22 
(0%,48%,5%,22%)
(0.00/0.48/0.05/0.22)	

CMYK percentages

%0
%47.74
%5.03
%21.96

Codes

Color #C768BD in popluar color models

C768BD
RGB199104189
HSL306°45.89%59.41%
HSB/HSV306°47.74%78.04%
CMYK0.00%47.74%5.03%
21.96%

Color #C768BD in popluar number systems.

HEXC768BD
Decimal199104189
Binary11000111110100010111101
Octal307150275

Shades and tints

Shades of #C768BD

#C768BD
(199,104,189)
#B55FAC
(181,95,172)
#A3569B
(163,86,155)
#914D8A
(145,77,138)
#7F4479
(127,68,121)
#6D3B68
(109,59,104)
#5B3257
(91,50,87)
#492946
(73,41,70)
#372035
(55,32,53)
#251724
(37,23,36)
#130E13
(19,14,19)
#000000
(0,0,0)

Tints of #C768BD

#C768BD
(199,104,189)
#CC75C3
(204,117,195)
#D182C9
(209,130,201)
#D68FCF
(214,143,207)
#DB9CD5
(219,156,213)
#E0A9DB
(224,169,219)
#E5B6E1
(229,182,225)
#EAC3E7
(234,195,231)
#EFD0ED
(239,208,237)
#F4DDF3
(244,221,243)
#F9EAF9
(249,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C768BD color. Also use rgb(199,104,189) instead hex code.

Text Font Color

.myTextColor { color: #C768BD; }

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

This text font color is #C768BD.


Background Color

.myBgColor { background-color: #C768BD; }

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

This div background color is #C768BD.


Border color

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

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

This div border color is #C768BD.


Opacity

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

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

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

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

This text has shadow with #C768BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C768BD on black background.


Color preview on white background

This text has color #C768BD on white background.



Black color preview on #C768BD background

This text has black color on #C768BD background.


White color preview on #C768BD background

This text has white color on #C768BD background.