COLOR #C782BE

HEX: #C782BE
RGB: (199,130,190)

Color info

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

RGB color model

#C782BE color RGB value is (199,130,190).

  • red value is 199;
  • green value is 130;
  • blue value is 190.
RGB:
(199,130,190)
(78%,51%,75%)

RGB channels and saturation

R 199 of 255 = 78%
G 130 of 255 = 51%
B 190 of 255 = 75%

199
130
190

R + G + B ~ 68%. #C782BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 130 + 190 = 519 (100%)
R 199 of 519 ~ 38.34%
G 130 of 519 ~ 25.05%
B 190 of 519 ~ 36.61%

%38.34
%25.05
%36.61

CMYK color model

#C782BE color CMYK value is (0,35,5,22).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 4.52%
  • key color value is 21.96%
CMYK:
(0,35,5,22)
C0M35Y5K22 
(0%,35%,5%,22%)
(0.00/0.35/0.05/0.22)	

CMYK percentages

%0
%34.67
%4.52
%21.96

Codes

Color #C782BE in popluar color models

C782BE
RGB199130190
HSL308°38.12%64.51%
HSB/HSV308°34.67%78.04%
CMYK0.00%34.67%4.52%
21.96%

Color #C782BE in popluar number systems.

HEXC782BE
Decimal199130190
Binary110001111000001010111110
Octal307202276

Shades and tints

Shades of #C782BE

#C782BE
(199,130,190)
#B577AD
(181,119,173)
#A36C9C
(163,108,156)
#91618B
(145,97,139)
#7F567A
(127,86,122)
#6D4B69
(109,75,105)
#5B4058
(91,64,88)
#493547
(73,53,71)
#372A36
(55,42,54)
#251F25
(37,31,37)
#131414
(19,20,20)
#000000
(0,0,0)

Tints of #C782BE

#C782BE
(199,130,190)
#CC8DC3
(204,141,195)
#D198C8
(209,152,200)
#D6A3CD
(214,163,205)
#DBAED2
(219,174,210)
#E0B9D7
(224,185,215)
#E5C4DC
(229,196,220)
#EACFE1
(234,207,225)
#EFDAE6
(239,218,230)
#F4E5EB
(244,229,235)
#F9F0F0
(249,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C782BE color. Also use rgb(199,130,190) instead hex code.

Text Font Color

.myTextColor { color: #C782BE; }

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

This text font color is #C782BE.


Background Color

.myBgColor { background-color: #C782BE; }

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

This div background color is #C782BE.


Border color

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

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

This div border color is #C782BE.


Opacity

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

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

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

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

This text has shadow with #C782BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C782BE on black background.


Color preview on white background

This text has color #C782BE on white background.



Black color preview on #C782BE background

This text has black color on #C782BE background.


White color preview on #C782BE background

This text has white color on #C782BE background.