COLOR #C1BECC

HEX: #C1BECC RGB: (193,190,204)

Color info

#C1BECC contains red, green and blue colors in about the same proportion. Web safe color of #C1BECC is #CCCCCC (or #CCC).

RGB color model

#C1BECC color RGB value is (193,190,204).

RGB: (193,190,204) (76%, 75%, 80%)

RGB channels and saturation

R 193 of 255 = 76%
G 190 of 255 = 75%
B 204 of 255 = 80%

193
190
204

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

Portions of RGB colors in percentages

R + G + B = 193 + 190 + 204 = 587 (100%)
R 193 of 587 ~ 32.88%
G 190 of 587 ~ 32.37%
B 204 of 587 ~ 34.75'%

%32.88
%32.37
%34.75

CMYK color model

#C1BECC color CMYK value is (5,7,0,20).

  • cyan value is 5.39%
  • magenta value is 6.86%
  • yellow value is 0.00%
  • key color value is 20.00%

CMYK: (5,7,0,20)
C5M7Y0K20 (5%, 7%, 0%, 20%)
(0.05 / 0.07 / 0.00 / 0.20)

CMYK percentages

%5.39
%6.86
%0
%20

Codes

Color #C1BECC in popluar color models

C1 BE CC
RGB 193 190 204
HSL 253° 12.07% 77.25%
HSB/HSV 253° 6.86% 80.00%
CMYK 5.39% 6.86% 0.00%
20.00%

Color #C1BECC in popluar number systems.

HEX C1 BE CC
Decimal 193 190 204
Binary 11000001 10111110 11001100
Octal 301 276 314

Shades and tints

Shades of #C1BECC

#C1BECC
(193,190,204)
#B0ADBA
(176,173,186)
#9F9CA8
(159,156,168)
#8E8B96
(142,139,150)
#7D7A84
(125,122,132)
#6C6972
(108,105,114)
#5B5860
(91,88,96)
#4A474E
(74,71,78)
#39363C
(57,54,60)
#28252A
(40,37,42)
#171418
(23,20,24)
#000000
(0,0,0)

Tints of #C1BECC

#C1BECC
(193,190,204)
#C6C3D0
(198,195,208)
#CBC8D4
(203,200,212)
#D0CDD8
(208,205,216)
#D5D2DC
(213,210,220)
#DAD7E0
(218,215,224)
#DFDCE4
(223,220,228)
#E4E1E8
(228,225,232)
#E9E6EC
(233,230,236)
#EEEBF0
(238,235,240)
#F3F0F4
(243,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1BECC color. Also use rgb(193,190,204) instead hex code.

Text Font Color

.myTextColor { color: #C1BECC; }

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

This text font color is #C1BECC.

Background Color

.myBgColor { background-color: #C1BECC; }

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

This div background color is #C1BECC.

Border color

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

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

This div border color is #C1BECC.

Opacity

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

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

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

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

This text has shadow with #C1BECC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1BECC.

Preview

Color preview on black background

This text has color #C1BECC on black background.


Color preview on white background

This text has color #C1BECC on white background.


Black color preview on #C1BECC background

This text has black color on #C1BECC background.


White color preview on #C1BECC background

This text has white color on #C1BECC background.


Related colors

Complementary color

Complementary color for #hex is #3E4133.


I love getcolorcode.com

Triadic colors

1 #CCC1BE and #BECCC1 with #C1BECC are triadic colors.

2 #CCBEC1 and #BEC1CC with #C1BECC are triadic colors.