COLOR #C59BEC

HEX: #C59BEC RGB: (197,155,236)

Color info

#C59BEC contains mainly red and blue colors. Web safe color of #C59BEC is #CC99FF (or #C9F).

RGB color model

#C59BEC color RGB value is (197,155,236).

RGB: (197,155,236) (77%, 61%, 93%)

RGB channels and saturation

R 197 of 255 = 77%
G 155 of 255 = 61%
B 236 of 255 = 93%

197
155
236

R + G + B ~ 77%. #C59BEC is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 155 + 236 = 588 (100%)
R 197 of 588 ~ 33.5%
G 155 of 588 ~ 26.36%
B 236 of 588 ~ 40.14'%

%33.5
%26.36
%40.14

CMYK color model

#C59BEC color CMYK value is (17,34,0,7).

  • cyan value is 16.53%
  • magenta value is 34.32%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (17,34,0,7) C17M34Y0K7 (17%,34%,0%,7%) (0.17/0.34/0.00/0.07) 

CMYK percentages

%16.53
%34.32
%0
%7.45

Codes

Color #C59BEC in popluar color models

C5 9B EC
RGB 197 155 236
HSL 271° 68.07% 76.67%
HSB/HSV 271° 34.32% 92.55%
CMYK 16.53% 34.32% 0.00%
7.45%

Color #C59BEC in popluar number systems.

HEX C5 9B EC
Decimal 197 155 236
Binary 11000101 10011011 11101100
Octal 305 233 354

Shades and tints

Shades of #C59BEC

#C59BEC
(197,155,236)
#B48DD7
(180,141,215)
#A37FC2
(163,127,194)
#9271AD
(146,113,173)
#816398
(129,99,152)
#705583
(112,85,131)
#5F476E
(95,71,110)
#4E3959
(78,57,89)
#3D2B44
(61,43,68)
#2C1D2F
(44,29,47)
#1B0F1A
(27,15,26)
#000000
(0,0,0)

Tints of #C59BEC

#C59BEC
(197,155,236)
#CAA4ED
(202,164,237)
#CFADEE
(207,173,238)
#D4B6EF
(212,182,239)
#D9BFF0
(217,191,240)
#DEC8F1
(222,200,241)
#E3D1F2
(227,209,242)
#E8DAF3
(232,218,243)
#EDE3F4
(237,227,244)
#F2ECF5
(242,236,245)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C59BEC color. Also use rgb(197,155,236) instead hex code.

Text Font Color

.myTextColor { color: #C59BEC; }

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

This text font color is #C59BEC.

Background Color

.myBgColor { background-color: #C59BEC; }

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

This div background color is #C59BEC.

Border color

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

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

This div border color is #C59BEC.

Opacity

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

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

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

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

This text has shadow with #C59BEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C59BEC.

Preview

Color preview on black background

This text has color #C59BEC on black background.


Color preview on white background

This text has color #C59BEC on white background.


Black color preview on #C59BEC background

This text has black color on #C59BEC background.


White color preview on #C59BEC background

This text has white color on #C59BEC background.


Related colors

Complementary color

Complementary color for #hex is #3A6413.


I love getcolorcode.com

Triadic colors

1 #ECC59B and #9BECC5 with #C59BEC are triadic colors.

2 #EC9BC5 and #9BC5EC with #C59BEC are triadic colors.