COLOR #CCBEF1

HEX: #CCBEF1 RGB: (204,190,241)

Color info

#CCBEF1 contains red, green and blue colors in about the same proportion. Web safe color of #CCBEF1 is #CCCCFF (or #CCF).

RGB color model

#CCBEF1 color RGB value is (204,190,241).

RGB: (204,190,241) (80%, 75%, 95%)

RGB channels and saturation

R 204 of 255 = 80%
G 190 of 255 = 75%
B 241 of 255 = 95%

204
190
241

R + G + B ~ 83%. #CCBEF1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 190 + 241 = 635 (100%)
R 204 of 635 ~ 32.13%
G 190 of 635 ~ 29.92%
B 241 of 635 ~ 37.95'%

%32.13
%29.92
%37.95

CMYK color model

#CCBEF1 color CMYK value is (15,21,0,5).

  • cyan value is 15.35%
  • magenta value is 21.16%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK: (15,21,0,5) C15M21Y0K5 (15%,21%,0%,5%) (0.15/0.21/0.00/0.05) 

CMYK percentages

%15.35
%21.16
%0
%5.49

Codes

Color #CCBEF1 in popluar color models

CC BE F1
RGB 204 190 241
HSL 256° 64.56% 84.51%
HSB/HSV 256° 21.16% 94.51%
CMYK 15.35% 21.16% 0.00%
5.49%

Color #CCBEF1 in popluar number systems.

HEX CC BE F1
Decimal 204 190 241
Binary 11001100 10111110 11110001
Octal 314 276 361

Shades and tints

Shades of #CCBEF1

#CCBEF1
(204,190,241)
#BAADDC
(186,173,220)
#A89CC7
(168,156,199)
#968BB2
(150,139,178)
#847A9D
(132,122,157)
#726988
(114,105,136)
#605873
(96,88,115)
#4E475E
(78,71,94)
#3C3649
(60,54,73)
#2A2534
(42,37,52)
#18141F
(24,20,31)
#000000
(0,0,0)

Tints of #CCBEF1

#CCBEF1
(204,190,241)
#D0C3F2
(208,195,242)
#D4C8F3
(212,200,243)
#D8CDF4
(216,205,244)
#DCD2F5
(220,210,245)
#E0D7F6
(224,215,246)
#E4DCF7
(228,220,247)
#E8E1F8
(232,225,248)
#ECE6F9
(236,230,249)
#F0EBFA
(240,235,250)
#F4F0FB
(244,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCBEF1; }

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

This text font color is #CCBEF1.

Background Color

.myBgColor { background-color: #CCBEF1; }

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

This div background color is #CCBEF1.

Border color

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

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

This div border color is #CCBEF1.

Opacity

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

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

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

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

This text has shadow with #CCBEF1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBEF1.

Preview

Color preview on black background

This text has color #CCBEF1 on black background.


Color preview on white background

This text has color #CCBEF1 on white background.


Black color preview on #CCBEF1 background

This text has black color on #CCBEF1 background.


White color preview on #CCBEF1 background

This text has white color on #CCBEF1 background.


Related colors

Complementary color

Complementary color for #hex is #33410E.


I love getcolorcode.com

Triadic colors

1 #F1CCBE and #BEF1CC with #CCBEF1 are triadic colors.

2 #F1BECC and #BECCF1 with #CCBEF1 are triadic colors.