COLOR #75BBCE

HEX: #75BBCE RGB: (117,187,206)

Color info

#75BBCE contains mainly green and blue colors. Web safe color of #75BBCE is #66CCCC (or #6CC).

RGB color model

#75BBCE color RGB value is (117,187,206).

RGB: (117,187,206) (46%, 73%, 81%)

RGB channels and saturation

R 117 of 255 = 46%
G 187 of 255 = 73%
B 206 of 255 = 81%

117
187
206

R + G + B ~ 67%. #75BBCE is quite light color.

Portions of RGB colors in percentages

R + G + B = 117 + 187 + 206 = 510 (100%)
R 117 of 510 ~ 22.94%
G 187 of 510 ~ 36.67%
B 206 of 510 ~ 40.39'%

%22.94
%36.67
%40.39

CMYK color model

#75BBCE color CMYK value is (43,9,0,19).

  • cyan value is 43.20%
  • magenta value is 9.22%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK: (43,9,0,19) C43M9Y0K19 (43%,9%,0%,19%) (0.43/0.09/0.00/0.19) 

CMYK percentages

%43.2
%9.22
%0
%19.22

Codes

Color #75BBCE in popluar color models

75 BB CE
RGB 117 187 206
HSL 193° 47.59% 63.33%
HSB/HSV 193° 43.20% 80.78%
CMYK 43.20% 9.22% 0.00%
19.22%

Color #75BBCE in popluar number systems.

HEX 75 BB CE
Decimal 117 187 206
Binary 1110101 10111011 11001110
Octal 165 273 316

Shades and tints

Shades of #75BBCE

#75BBCE
(117,187,206)
#6BAABC
(107,170,188)
#6199AA
(97,153,170)
#578898
(87,136,152)
#4D7786
(77,119,134)
#436674
(67,102,116)
#395562
(57,85,98)
#2F4450
(47,68,80)
#25333E
(37,51,62)
#1B222C
(27,34,44)
#11111A
(17,17,26)
#000000
(0,0,0)

Tints of #75BBCE

#75BBCE
(117,187,206)
#81C1D2
(129,193,210)
#8DC7D6
(141,199,214)
#99CDDA
(153,205,218)
#A5D3DE
(165,211,222)
#B1D9E2
(177,217,226)
#BDDFE6
(189,223,230)
#C9E5EA
(201,229,234)
#D5EBEE
(213,235,238)
#E1F1F2
(225,241,242)
#EDF7F6
(237,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #75BBCE color. Also use rgb(117,187,206) instead hex code.

Text Font Color

.myTextColor { color: #75BBCE; }

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

This text font color is #75BBCE.

Background Color

.myBgColor { background-color: #75BBCE; }

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

This div background color is #75BBCE.

Border color

.myBorderColor { border: 1px solid #75BBCE; }

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

This div border color is #75BBCE.

Opacity

.myOpacity80 { color: #75BBCE; opacity: 0.8; }

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

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

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

This text has shadow with #75BBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #75BBCE.

Preview

Color preview on black background

This text has color #75BBCE on black background.


Color preview on white background

This text has color #75BBCE on white background.


Black color preview on #75BBCE background

This text has black color on #75BBCE background.


White color preview on #75BBCE background

This text has white color on #75BBCE background.


Related colors

Complementary color

Complementary color for #hex is #8A4431.


I love getcolorcode.com

Triadic colors

1 #CE75BB and #BBCE75 with #75BBCE are triadic colors.

2 #CEBB75 and #BB75CE with #75BBCE are triadic colors.